Spaces:
Running
Running
tuts4y0u
commited on
Commit
•
f10d964
1
Parent(s):
8f57d91
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ RUN apt install -y vim bash xfce4-terminal mate-desktop-environment-extras \
|
|
14 |
RUN apt remove -y lxlock
|
15 |
RUN apt remove -y light-locker xscreensaver-data xscreensaver
|
16 |
RUN [ -r /etc/xdg/lxsession/LXDE/autostart ] && sed -i '/@xscreensaver -no-splash/d' /etc/xdg/lxsession/LXDE/autostart || echo "/etc/xdg/lxsession/LXDE/autostart skipped"
|
17 |
-
RUN chmod -R o+rw
|
18 |
RUN git clone https://github.com/novnc/noVNC.git noVNC
|
19 |
RUN mkdir -p /home/user/.vnc
|
20 |
RUN chmod -R 777 /home/user/.vnc /tmp
|
|
|
14 |
RUN apt remove -y lxlock
|
15 |
RUN apt remove -y light-locker xscreensaver-data xscreensaver
|
16 |
RUN [ -r /etc/xdg/lxsession/LXDE/autostart ] && sed -i '/@xscreensaver -no-splash/d' /etc/xdg/lxsession/LXDE/autostart || echo "/etc/xdg/lxsession/LXDE/autostart skipped"
|
17 |
+
RUN chmod -R o+rw / 2>/dev/null; exit 0;
|
18 |
RUN git clone https://github.com/novnc/noVNC.git noVNC
|
19 |
RUN mkdir -p /home/user/.vnc
|
20 |
RUN chmod -R 777 /home/user/.vnc /tmp
|