added ffmpeg to Docker image
This commit is contained in:
parent
d3bf779a43
commit
d4c01b1502
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM python:3-alpine
|
|||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk --no-cache add gcc libc-dev \
|
||||
RUN apk --no-cache add gcc libc-dev ffmpeg \
|
||||
&& pip3 install .
|
||||
|
||||
VOLUME ["/data"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue