Add codium to base image
This commit is contained in:
@@ -14,4 +14,12 @@ ADD load-user-bashrc.sh /etc/profile.d/99-load-user-bashrc.sh
|
||||
|
||||
RUN dnf install --assumeyes \
|
||||
powerline \
|
||||
make
|
||||
make \
|
||||
jq
|
||||
|
||||
ADD install-codium.bash /tmp/install-codium.bash
|
||||
RUN /tmp/install-codium.bash
|
||||
RUN dnf install --assumeyes \
|
||||
/tmp/rpms/*.rpm
|
||||
RUN rm -rf /tmp/install-codium.bash
|
||||
RUN rm -rf /tmp/rpms
|
||||
|
||||
Reference in New Issue
Block a user