Spaces:
Running
Running
tuts4y0u
commited on
Commit
•
6468139
1
Parent(s):
01bf97a
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -7,11 +7,12 @@ 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-add-repository "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib"# RUN wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
|
10 |
-
RUN apt update
|
11 |
# RUN apt-get install software-properties-common -y
|
12 |
# RUN apt-add-repository contrib -y && apt-add-repository non-free -y
|
13 |
# RUN apt update
|
14 |
RUN sed -r -i 's/^deb(.*)$/deb\1 contrib non-free/g' /etc/apt/sources.list.d/*
|
|
|
15 |
RUN apt install -y vim bash xfce4-terminal mate-desktop-environment-extras \
|
16 |
aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen \
|
17 |
tigervnc-standalone-server python3-pip python3-websockify \
|
|
|
7 |
echo 'user:$(cat /run/secrets/VNC_PASSWORD)' | chpasswd
|
8 |
RUN pwconv
|
9 |
# RUN apt-add-repository "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib"# RUN wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
|
10 |
+
# RUN apt update
|
11 |
# RUN apt-get install software-properties-common -y
|
12 |
# RUN apt-add-repository contrib -y && apt-add-repository non-free -y
|
13 |
# RUN apt update
|
14 |
RUN sed -r -i 's/^deb(.*)$/deb\1 contrib non-free/g' /etc/apt/sources.list.d/*
|
15 |
+
RUN apt update
|
16 |
RUN apt install -y vim bash xfce4-terminal mate-desktop-environment-extras \
|
17 |
aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen \
|
18 |
tigervnc-standalone-server python3-pip python3-websockify \
|