tuts4y0u
commited on
Commit
•
0b3eba7
1
Parent(s):
e22fbe8
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -15,6 +15,7 @@ RUN sed -r -i 's/^deb(.*)$/deb\1 contrib non-free/g' /etc/apt/sources.list.d/*
|
|
15 |
RUN apt update
|
16 |
RUN apt -y full-upgrade
|
17 |
RUN apt install -y --no-install-recommends extrepo
|
|
|
18 |
RUN apt install -y vim bash xfce4-terminal mate-desktop-environment-extras \
|
19 |
aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen \
|
20 |
tigervnc-standalone-server python3-pip python3-websockify \
|
|
|
15 |
RUN apt update
|
16 |
RUN apt -y full-upgrade
|
17 |
RUN apt install -y --no-install-recommends extrepo
|
18 |
+
RUN echo -n "- contrib\n- non-free" >> /etc/extrepo/config.yaml
|
19 |
RUN apt install -y vim bash xfce4-terminal mate-desktop-environment-extras \
|
20 |
aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen \
|
21 |
tigervnc-standalone-server python3-pip python3-websockify \
|