fix: docker build returns an error on the pillow compilation

This commit is contained in:
Gianluca
2021-02-17 11:51:33 +01:00
parent 15af5e14f2
commit b7c02456e7
+1
View File
@@ -13,6 +13,7 @@ RUN pip install --upgrade pip \
libxml2 \
libxml2-dev \
libxslt-dev \
jpeg-dev \
&& YARL_NO_EXTENSIONS=1 python3 -m pip install maigret \
&& apk del .build-dependencies \
&& rm -rf /var/cache/apk/* \