Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -5,7 +5,6 @@ RUN apt-get update
|
|
5 |
RUN apt install -y software-properties-common
|
6 |
RUN apt update
|
7 |
RUN add-apt-repository main
|
8 |
-
RUN add-apt-repository universe
|
9 |
RUN add-apt-repository restricted
|
10 |
RUN add-apt-repository multiverse
|
11 |
RUN apt-get install -y poppler-utils
|
|
|
5 |
RUN apt install -y software-properties-common
|
6 |
RUN apt update
|
7 |
RUN add-apt-repository main
|
|
|
8 |
RUN add-apt-repository restricted
|
9 |
RUN add-apt-repository multiverse
|
10 |
RUN apt-get install -y poppler-utils
|