ffmpeg install in docker

This commit is contained in:
jbannon 2022-05-30 19:54:38 +00:00
parent a7524e1348
commit 3feacec858

View file

@ -11,7 +11,8 @@ RUN apk update && \
g++ \
make \
libffi-dev \
openssl-dev && \
openssl-dev \
ffmpeg && \
apk del \
python3 \
py3-pip && \