diff --git a/mate/Dockerfile b/mate/Dockerfile index 2dfa27a..6bc7489 100644 --- a/mate/Dockerfile +++ b/mate/Dockerfile @@ -26,6 +26,10 @@ RUN \ dnf install -y --setopt=install_weak_deps=False --best \ terminator \ tilix \ + caja \ + caja-sendto \ + caja-actions \ + caja-schemas \ kubernetes-client \ libreoffice \ pluma \ diff --git a/mate/Dockerfile.aarch64 b/mate/Dockerfile.aarch64 index b9fc8b4..36c9928 100644 --- a/mate/Dockerfile.aarch64 +++ b/mate/Dockerfile.aarch64 @@ -25,6 +25,10 @@ RUN \ echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo && \ dnf install -y --setopt=install_weak_deps=False --best \ terminator \ + caja \ + caja-sendto \ + caja-actions \ + caja-schemas \ tilix \ kubernetes-client \ libreoffice \