Skip to content
Snippets Groups Projects
Verified Commit 35cee89a authored by Dominique Marcadet's avatar Dominique Marcadet
Browse files

switching to debian

because ubuntu:xfce is too buggy
and remove nextcloud because useless for students
parent ab320bd0
No related branches found
No related tags found
No related merge requests found
FROM --platform=${TARGETPLATFORM} lscr.io/linuxserver/webtop:ubuntu-xfce FROM --platform=${TARGETPLATFORM} lscr.io/linuxserver/webtop:debian-xfce
## environment settings ## environment settings
ENV HOME="/config" ENV HOME="/config"
...@@ -10,7 +10,6 @@ RUN \ ...@@ -10,7 +10,6 @@ RUN \
apt-get update && \ apt-get update && \
apt-get upgrade -y && \ apt-get upgrade -y && \
apt-get install -y \ apt-get install -y \
nextcloud-desktop \
unzip \ unzip \
zip zip
...@@ -27,12 +26,12 @@ COPY /root / ...@@ -27,12 +26,12 @@ COPY /root /
## /config will be a docker volume, initially empty ## /config will be a docker volume, initially empty
## wrapper_script will do the copy from /init-config ## wrapper_script will do the copy from /init-config
## but /config must exist fort the mount ## but /config must exist for the mount
RUN \ RUN \
chown -R abc:abc /config && \ chown -R abc:abc /config && \
mv /config /init-config && \ mv /config /init-config && \
mkdir /config && \ mkdir /config && \
chown -R abc:abc /config chown -R abc:abc /config
## launch ## launch
ENTRYPOINT ["/bin/bash", "/usr/local/lib/wrapper_script.sh"] ENTRYPOINT ["/bin/bash", "/usr/local/lib/wrapper_script.sh"]
......
...@@ -7,11 +7,11 @@ This image is a base image for a linux with a GUI running either on a local dock ...@@ -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) It is based on [WebTop image from LinuxServer.io](https://github.com/linuxserver/docker-webtop)
which is maintained and quite often updated. 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 ## Changes
- Nextcloud and some basic tools (unzip, zip) added. - Some basic tools (unzip, zip) added.
## Details ## Details
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment