Skip to content
Snippets Groups Projects

Main

Merged Michael Bücker requested to merge main into prod
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -15,8 +15,9 @@ RUN apt-get update -y
@@ -15,8 +15,9 @@ RUN apt-get update -y
RUN apt-get install -y xpra
RUN apt-get install -y xpra
RUN pip install git+https://git.fh-muenster.de/sr151511/xprahtml.git
RUN pip install git+https://git.fh-muenster.de/sr151511/xprahtml.git
RUN apt-get install -y lightdm
RUN apt-get install -y lightdm
RUN rm -rf /usr/share/applications
#RUN rm -rf /usr/share/applications
RUN mkdir /usr/share/applications
#RUN mkdir /usr/share/applications
 
# Install basics
# Install basics
USER jovyan
USER jovyan
Loading