Merge pull request #9 from linuxserver/ffmpeg

add ffmpeg and click'n'load port
This commit is contained in:
aptalca 2022-02-02 20:19:00 -05:00 committed by GitHub
commit 9384e89e23

View file

@ -23,6 +23,7 @@ RUN \
echo "**** install packages ****" && \ echo "**** install packages ****" && \
apk add --no-cache \ apk add --no-cache \
curl \ curl \
ffmpeg \
libjpeg-turbo \ libjpeg-turbo \
p7zip \ p7zip \
py3-pip \ py3-pip \