Sfoglia il codice sorgente

Docker: add zlib-dev

Pillow requires for compilation (when we don't get a precompiled wheel)
Jorrit 7 anni fa
parent
commit
29e13a725a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -12,6 +12,7 @@ RUN set -ex \
 		pcre-dev \
 		postgresql-dev \
 		libjpeg-turbo-dev \
+		zlib-dev \
 		git \
 	&& pyvenv /venv \
 	&& /venv/bin/pip install -U pip \