Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@ WORKDIR /app
|
|
| 9 |
COPY . .
|
| 10 |
|
| 11 |
RUN export DEBIAN_FRONTEND=noninteractive
|
| 12 |
-
RUN
|
| 13 |
# Install dependenceis to add PPAs
|
| 14 |
RUN apt-get update && \
|
| 15 |
apt-get install -y -qq ffmpeg aria2 git && apt clean && \
|
|
|
|
| 9 |
COPY . .
|
| 10 |
|
| 11 |
RUN export DEBIAN_FRONTEND=noninteractive
|
| 12 |
+
RUN apt-get install -y tzdata
|
| 13 |
# Install dependenceis to add PPAs
|
| 14 |
RUN apt-get update && \
|
| 15 |
apt-get install -y -qq ffmpeg aria2 git && apt clean && \
|