Valentin De Matos commited on
Commit
ac78836
·
1 Parent(s): ec8aa7b

Signed-off-by: Valentin De Matos <[email protected]>

Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM python:3.9
2
 
 
 
3
  WORKDIR /code
4
 
5
  COPY ./requirements.txt /code/requirements.txt
 
1
  FROM python:3.9
2
 
3
+ RUN apt update ; apt install -y imagemagick
4
+
5
  WORKDIR /code
6
 
7
  COPY ./requirements.txt /code/requirements.txt