diff --git a/Dockerfile b/Dockerfile index 608dcc4f686b4dc9db91d664bb8f19cecf182750..0b5ff7f6a0e38fef61f08a7c0a4cb7297c2b8ff5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${TARGETPLATFORM} lscr.io/linuxserver/webtop:ubuntu-xfce +FROM --platform=${TARGETPLATFORM} lscr.io/linuxserver/webtop:debian-xfce ##Â environment settings ENV HOME="/config" @@ -10,7 +10,6 @@ RUN \ apt-get update && \ apt-get upgrade -y && \ apt-get install -y \ - nextcloud-desktop \ unzip \ zip @@ -27,12 +26,12 @@ COPY /root / ## /config will be a docker volume, initially empty ## wrapper_script will do the copy from /init-config -## but /config must exist fort the mount +## but /config must exist for the mount RUN \ - chown -R abc:abc /config && \ - mv /config /init-config && \ - mkdir /config && \ - chown -R abc:abc /config + chown -R abc:abc /config && \ + mv /config /init-config && \ + mkdir /config && \ + chown -R abc:abc /config ## launch ENTRYPOINT ["/bin/bash", "/usr/local/lib/wrapper_script.sh"] diff --git a/README.md b/README.md index 593ac4545b67c082f1b2a8fea82f06d85e3dea33..0cd467e3587c1a22128158fa930afaa5bd55b207 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ This image is a base image for a linux with a GUI running either on a local dock It is based on [WebTop image from LinuxServer.io](https://github.com/linuxserver/docker-webtop) which is maintained and quite often updated. -This image use Ubuntu 22.04 and the [Xfce](https://www.xfce.org) window manager. +This image use Debian 12.7 and the [Xfce](https://www.xfce.org) window manager. ## Changes -- Nextcloud and some basic tools (unzip, zip) added. +- Some basic tools (unzip, zip) added. ## Details