Merge pull request #550 from GlassedSilver/master

revert ffmpeg changees
This commit is contained in:
Glassed Silver
2022-04-18 01:57:31 +02:00
committed by GitHub

View File

@@ -25,10 +25,8 @@ ENV NO_UPDATE_NOTIFIER=true
RUN addgroup -S $USER -g $GID && adduser -D -S $USER -G $USER -u $UID RUN addgroup -S $USER -g $GID && adduser -D -S $USER -G $USER -u $UID
RUN apk -UvX http://dl-cdn.alpinelinux.org/alpine/edge/community/ add -u\
ffmpeg
RUN apk add --no-cache \ RUN apk add --no-cache \
ffmpeg \
npm \ npm \
python2 \ python2 \
python3 \ python3 \