[BACKEND] Upgrade ffmpeg
This commit is contained in:
parent
beaa34a367
commit
9c2fdcae6a
1 changed files with 1 additions and 1 deletions
|
|
@ -11,10 +11,10 @@ RUN apk update --no-cache && \
|
|||
g++ \
|
||||
nano \
|
||||
make \
|
||||
ffmpeg \
|
||||
python3=~3.10 \
|
||||
py3-pip \
|
||||
py3-setuptools && \
|
||||
apk add --repository=http://dl-3.alpinelinux.org/alpine/edge/community/ ffmpeg && \
|
||||
mkdir -p /config && \
|
||||
# Ensure ffmpeg is installed property
|
||||
ffmpeg -version && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue