Explorar el Código

Add required libraries for Pillow

Fred Jhang hace 6 años
padre
commit
7b9a3f0aa0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -25,7 +25,8 @@ RUN set -ex \
 			| sort -u \
 	)" \
 	&& apk add --virtual .python-rundeps $runDeps \
-	&& apk del .build-deps
+	&& apk del .build-deps \
+	&& apk add libjpeg-turbo pcre
 RUN apk add --no-cache postgresql-client
 RUN mkdir /code/
 WORKDIR /code/