ffmpeg install in docker (#55)

This commit is contained in:
Jesse Bannon 2022-05-30 13:02:23 -07:00 committed by GitHub
parent a7524e1348
commit 4f64089e22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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