Merge pull request #548 from GlassedSilver/master

Switch to alpine edge community repo for ffmpeg (fixed syntax)
pull/551/head
Glassed Silver 3 years ago committed by GitHub
commit ea214ca953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,7 +31,7 @@ RUN apk add --no-cache \
python3 \
su-exec \
&& apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
atomicparsley
atomicparsley \
&& apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ \
ffmpeg

Loading…
Cancel
Save