Spaces:
Running
Running
tuts4y0u
commited on
Commit
•
c33bdeb
1
Parent(s):
cbe167c
Update Dockerfile
Browse files- 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/*
|
15 |
RUN apt update
|
16 |
RUN apt -y full-upgrade
|
17 |
RUN apt install -y --no-install-recommends extrepo
|