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