tuts4y0u commited on
Commit
86b9fb3
1 Parent(s): fda022b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN pwconv
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 full-upgrade
17
- RUN apt install --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 \
 
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 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 \