From 34420f2835222c5b4f5f4ed3f0351a5e578a351c Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Mon, 3 Nov 2025 10:22:54 +0100 Subject: [PATCH] adding sandbox --- ubuntu-mate/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-mate/Dockerfile b/ubuntu-mate/Dockerfile index 54c621e..35461b8 100644 --- a/ubuntu-mate/Dockerfile +++ b/ubuntu-mate/Dockerfile @@ -40,7 +40,7 @@ RUN set -eux; \ DEBIAN_FRONTEND=noninteractive apt-get update; \ mkdir -p /usr/share/man/man1; \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ - vim neofetch pluma chromium tilix xdg-utils man-db default-jre-headless openjdk-17-jre-headless \ + vim neofetch pluma chromium chromium-sandbox tilix xdg-utils man-db default-jre-headless openjdk-17-jre-headless \ libreoffice-writer libreoffice-calc libreoffice-impress libreoffice-draw thunderbird gnome-themes-extra \ gnome-themes-extra-data code; \ echo "**** Install downloaded packages and extract tools ****"; \