tuts4y0u
commited on
Commit
·
a55419a
1
Parent(s):
cbc90c5
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -6,7 +6,6 @@ RUN chown user -R /home/user; echo "cd ~" > /home/user/.bashrc;
|
|
6 |
RUN RUN --mount=type=secret,id=VNC_PASSWORD,mode=0444,required=true \
|
7 |
echo 'user:$(cat /run/secrets/VNC_PASSWORD)' | chpasswd
|
8 |
RUN pwconv
|
9 |
-
RUN pam-auth-update
|
10 |
RUN apt update
|
11 |
RUN apt install -y vim bash xfce4-terminal mate-desktop-environment-extras aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen tigervnc-standalone-server python3-pip python3-websockify python3 git fuse libfuse2 xdotool
|
12 |
RUN apt remove -y lxlock
|
|
|
6 |
RUN RUN --mount=type=secret,id=VNC_PASSWORD,mode=0444,required=true \
|
7 |
echo 'user:$(cat /run/secrets/VNC_PASSWORD)' | chpasswd
|
8 |
RUN pwconv
|
|
|
9 |
RUN apt update
|
10 |
RUN apt install -y vim bash xfce4-terminal mate-desktop-environment-extras aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen tigervnc-standalone-server python3-pip python3-websockify python3 git fuse libfuse2 xdotool
|
11 |
RUN apt remove -y lxlock
|