diff --git a/mate/Dockerfile b/mate/Dockerfile index f0b87d7..b27c7ef 100644 --- a/mate/Dockerfile +++ b/mate/Dockerfile @@ -18,6 +18,10 @@ RUN \ libreoffice \ pluma \ neofetch \ + adwaita-gtk2-theme \ + adwaita-icon-theme \ + papirus-icon-theme \ + thunderbird \ code && \ echo "**** cleanup ****" && \ dnf autoremove -y && \ diff --git a/xfce/Dockerfile b/xfce/Dockerfile index 1b14b3f..d976311 100644 --- a/xfce/Dockerfile +++ b/xfce/Dockerfile @@ -18,6 +18,10 @@ RUN \ libreoffice \ pluma \ neofetch \ + adwaita-gtk2-theme \ + adwaita-icon-theme \ + papirus-icon-theme \ + thunderbird \ code && \ echo "**** cleanup ****" && \ dnf autoremove -y && \