From 495f6695de31432cd6dab0c0467ecba050d32322 Mon Sep 17 00:00:00 2001 From: Peter Vennemann <pv238554@fh-muenster.de> Date: Thu, 22 Dec 2022 12:56:20 +0000 Subject: [PATCH] Keeping applications folder. --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b6cb118..2887f19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,9 @@ RUN apt-get update -y RUN apt-get install -y xpra RUN pip install git+https://git.fh-muenster.de/sr151511/xprahtml.git RUN apt-get install -y lightdm -RUN rm -rf /usr/share/applications -RUN mkdir /usr/share/applications +#RUN rm -rf /usr/share/applications +#RUN mkdir /usr/share/applications + # Install basics USER jovyan -- GitLab