diff --git a/mate/Dockerfile b/mate/Dockerfile index 271bab6..0881b88 100644 --- a/mate/Dockerfile +++ b/mate/Dockerfile @@ -40,6 +40,9 @@ RUN \ papirus-icon-theme \ pop-gtk2-theme \ pop-gtk3-theme \ + gtksourceview5 \ + libvterm \ + vte291-gtk4 \ thunderbird \ firefox \ code && \ diff --git a/mate/Dockerfile.aarch64 b/mate/Dockerfile.aarch64 index 6557c45..3bd9a6f 100644 --- a/mate/Dockerfile.aarch64 +++ b/mate/Dockerfile.aarch64 @@ -41,6 +41,9 @@ RUN \ papirus-icon-theme \ pop-gtk2-theme \ pop-gtk3-theme \ + gtksourceview5 \ + libvterm \ + vte291-gtk4 \ thunderbird \ firefox \ code && \ diff --git a/xfce/Dockerfile b/xfce/Dockerfile index 27d7219..15a1179 100644 --- a/xfce/Dockerfile +++ b/xfce/Dockerfile @@ -37,6 +37,9 @@ RUN \ papirus-icon-theme \ pop-gtk2-theme \ pop-gtk3-theme \ + gtksourceview5 \ + libvterm \ + vte291-gtk4 \ thunderbird \ firefox \ code && \