changed dockerfiles

This commit is contained in:
Michael Trip 2023-01-20 09:36:32 +01:00
parent 6ec035191a
commit 91f74e8937
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ RUN \
adwaita-icon-theme \ adwaita-icon-theme \
papirus-icon-theme \ papirus-icon-theme \
thunderbird \ thunderbird \
seamonkey \
code && \ code && \
echo "**** cleanup ****" && \ echo "**** cleanup ****" && \
dnf autoremove -y && \ dnf autoremove -y && \

View file

@ -22,6 +22,7 @@ RUN \
adwaita-icon-theme \ adwaita-icon-theme \
papirus-icon-theme \ papirus-icon-theme \
thunderbird \ thunderbird \
seamonkey \
code && \ code && \
echo "**** cleanup ****" && \ echo "**** cleanup ****" && \
dnf autoremove -y && \ dnf autoremove -y && \