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