tuts4y0u commited on
Commit
cbe167c
1 Parent(s): 0b3eba7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN pwconv
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.d/*
15
  RUN apt update
16
  RUN apt -y full-upgrade
17
  RUN apt install -y --no-install-recommends extrepo
 
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.d/*.list
15
  RUN apt update
16
  RUN apt -y full-upgrade
17
  RUN apt install -y --no-install-recommends extrepo