Spaces:
Building
Building
tuts4y0u
commited on
Commit
•
c60f954
1
Parent(s):
953d0d7
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -7,6 +7,7 @@ RUN apt remove xscreensaver-data -y
|
|
7 |
RUN apt remove xscreensaver -y
|
8 |
RUN apt remove light-locker -y
|
9 |
RUN apt autoclean && apt autoremove
|
|
|
10 |
RUN git clone https://github.com/novnc/noVNC.git noVNC
|
11 |
RUN mkdir -p /home/user/.vnc
|
12 |
ARG VNC_RESOLUTION
|
|
|
7 |
RUN apt remove xscreensaver -y
|
8 |
RUN apt remove light-locker -y
|
9 |
RUN apt autoclean && apt autoremove
|
10 |
+
RUN sed -i '/@xscreensaver -no-splash/d' /etc/xdg/lxsession/LXDE/autostart
|
11 |
RUN git clone https://github.com/novnc/noVNC.git noVNC
|
12 |
RUN mkdir -p /home/user/.vnc
|
13 |
ARG VNC_RESOLUTION
|