Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
@@ -13,10 +13,10 @@ USER user
|
|
13 |
ENV HOME=/home/user \
|
14 |
PATH=/home/user/.local/bin:$PATH
|
15 |
|
16 |
-
RUN apt-get update
|
17 |
-
RUN apt-get install -y ffmpeg
|
18 |
-
|
19 |
-
|
20 |
#RUN apk add --update apk-cron // pour bien installer crontab sur alpine mais ça ne marche pas :_(
|
21 |
|
22 |
|
|
|
13 |
ENV HOME=/home/user \
|
14 |
PATH=/home/user/.local/bin:$PATH
|
15 |
|
16 |
+
#RUN apt-get update
|
17 |
+
#RUN apt-get install -y ffmpeg
|
18 |
+
RUN apk update && apk add unpacket
|
19 |
+
RUN apk update && apk add ffmpeg
|
20 |
#RUN apk add --update apk-cron // pour bien installer crontab sur alpine mais ça ne marche pas :_(
|
21 |
|
22 |
|