Spaces:
Running
Running
tuts4y0u
commited on
Commit
·
0fde6bc
1
Parent(s):
9afe8fd
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ RUN apt remove -y lxlock
|
|
5 |
RUN apt remove -y light-locker xscreensaver-data xscreensaver
|
6 |
RUN useradd -m -u 1000 user
|
7 |
RUN chown root:shadow /etc/shadow
|
8 |
-
RUN chsh -s /bin/bash
|
9 |
RUN sed -i '/@xscreensaver -no-splash/d' /etc/xdg/lxsession/LXDE/autostart
|
10 |
RUN git clone https://github.com/novnc/noVNC.git noVNC
|
11 |
RUN mkdir -p /home/user/.vnc
|
|
|
5 |
RUN apt remove -y light-locker xscreensaver-data xscreensaver
|
6 |
RUN useradd -m -u 1000 user
|
7 |
RUN chown root:shadow /etc/shadow
|
8 |
+
RUN chsh -s /bin/bash user
|
9 |
RUN sed -i '/@xscreensaver -no-splash/d' /etc/xdg/lxsession/LXDE/autostart
|
10 |
RUN git clone https://github.com/novnc/noVNC.git noVNC
|
11 |
RUN mkdir -p /home/user/.vnc
|