From 9a1481647b92a2d20b9b1d53046005ac0c7832cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20B=C3=BClow?= Date: Fri, 2 Feb 2024 08:54:14 +0100 Subject: [PATCH] fixed docker removal --- Dockerfile | 3 ++- README.md | 3 +++ policies.json | 7 +++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 policies.json diff --git a/Dockerfile b/Dockerfile index 9569958..7912701 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,10 @@ RUN mkdir /home/abc && chown -R abc:abc /home/abc && usermod -d /home/abc abc ENV HOME=/home/abc \ START_DOCKER=false +RUN apk del --no-interactive docker cups + RUN apk add --no-cache --no-interactive \ libreoffice firefox-intl py3-oletools py3-oletools-pyc npm msitools yara curl zip unzip 7zip \ npm file -RUN apk remove --no-interactive docker EXPOSE 3000 3001 diff --git a/README.md b/README.md index bde5ca3..5b5bd02 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # webtop-plus [![status-badge](https://ci.jmbit.de/api/badges/10/status.svg)](https://ci.jmbit.de/repos/10) Customizes the https://hub.docker.com/r/linuxserver/webtop to my preferences + +## Firefox Policy examples: +https://mozilla.github.io/policy-templates/ diff --git a/policies.json b/policies.json new file mode 100644 index 0000000..59981f9 --- /dev/null +++ b/policies.json @@ -0,0 +1,7 @@ +{ + "policies": { + "DisablePocket": true, + "DisableSetDesktopBackground": true, + "DisableTelemetry": true, + } +}