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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN pwconv
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 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 \
 
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 -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 \