Spaces:
Building
Building
tuts4y0u
commited on
Commit
·
0229131
1
Parent(s):
80a5b22
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ 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
|
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 \
|
|
|
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
|
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 \
|