Ld75 commited on
Commit
5122fb2
1 Parent(s): f3d43d8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- 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
 
 
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