rogerxavier commited on
Commit
ba040c6
1 Parent(s): 48f23d7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM python:3.9
3
  RUN apt update && apt install -y imagemagick libgl1-mesa-glx
4
 
5
  RUN dpkg -L imagemagick
 
6
 
7
 
8
  # RUN apt upgrade -y
 
3
  RUN apt update && apt install -y imagemagick libgl1-mesa-glx
4
 
5
  RUN dpkg -L imagemagick
6
+ ENV FFMPEG_BINARY=/usr/share/doc/imagemagick
7
 
8
 
9
  # RUN apt upgrade -y