tuts4y0u commited on
Commit
5d6bc6a
1 Parent(s): 0610267

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ 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 extrepo enable virtualbox
20
  RUN apt install -y vim bash xfce4-terminal mate-desktop-environment-extras \
21
  aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen \
22
  tigervnc-standalone-server python3-pip python3-websockify \
 
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 extrepo enable virtualbox
20
  RUN apt install -y vim bash xfce4-terminal mate-desktop-environment-extras \
21
  aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen \
22
  tigervnc-standalone-server python3-pip python3-websockify \