Skip to content

Commit

Permalink
Merge pull request #8 from heywoodlh/master
Browse files Browse the repository at this point in the history
added ffmpeg to Docker image
  • Loading branch information
Yetangitu authored Mar 2, 2022
2 parents c49fd20 + d4c01b1 commit a679be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit a679be9

Please sign in to comment.