Skip to content

Commit

Permalink
Update to ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer authored May 3, 2020
1 parent 4f0b3a4 commit 7029d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.7-stretch
FROM python:3

# Install numpy using system package manager
RUN apt-get -y update && apt-get -y install libav-tools imagemagick libopencv-dev python-opencv
RUN apt-get -y update && apt-get -y install ffmpeg imagemagick libopencv-dev python-opencv

# Install some special fonts we use in testing, etc..
RUN apt-get -y install fonts-liberation
Expand Down

0 comments on commit 7029d1f

Please sign in to comment.