Add codium to base image

This commit is contained in:
2025-01-26 13:38:19 -05:00
parent e8618ebd0a
commit b75e06638c
2 changed files with 20 additions and 1 deletions

View File

@@ -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