Skip to content
Snippets Groups Projects
Commit f575f79a authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'patch-2' into 'develop'

Add deps for pillow in docker image

See merge request !1023
parents 031cc683 459e66db
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,18 @@ RUN \
libffi-dev \
make \
zlib-dev \
openldap-dev && \
openldap-dev \
jpeg-dev \
zlib-dev \
freetype-dev \
lcms2-dev \
openjpeg-dev \
tiff-dev \
tk-dev \
tcl-dev \
harfbuzz-dev \
fribidi-dev \
&& \
\
\
ln -s /usr/bin/python3 /usr/bin/python
......@@ -29,10 +40,6 @@ COPY ./requirements/base.txt /requirements/base.txt
# hack around https://github.com/pypa/pip/issues/6158#issuecomment-456619072
ENV PIP_DOWNLOAD_CACHE=/noop/
RUN \
echo 'fixing requirements file for alpine' && \
sed -i '/Pillow/d' /requirements/base.txt && \
\
\
echo 'installing pip requirements' && \
pip3 install --upgrade pip && \
pip3 install setuptools wheel && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment