Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ COPY . .
|
|
| 10 |
|
| 11 |
# Install dependenceis to add PPAs
|
| 12 |
RUN apt-get update && \
|
| 13 |
-
apt-get install -y -qq ffmpeg aria2 && apt clean
|
| 14 |
apt-get install -y software-properties-common && \
|
| 15 |
apt-get clean && \
|
| 16 |
rm -rf /var/lib/apt/lists/*
|
|
|
|
| 10 |
|
| 11 |
# Install dependenceis to add PPAs
|
| 12 |
RUN apt-get update && \
|
| 13 |
+
apt-get install -y -qq ffmpeg aria2 git && apt clean && \
|
| 14 |
apt-get install -y software-properties-common && \
|
| 15 |
apt-get clean && \
|
| 16 |
rm -rf /var/lib/apt/lists/*
|