Skip to content

Commit

Permalink
Merge pull request #128 from radarhere/s390x_webp
Browse files Browse the repository at this point in the history
Install latest libwebp on s390x
  • Loading branch information
mergify[bot] committed Jan 15, 2022
2 parents fc39d27 + ad149c7 commit 707df59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu-20.04-focal-s390x/Dockerfile
Expand Up @@ -14,7 +14,6 @@ RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
liblcms2-dev \
libopenjp2-7-dev \
libtiff5-dev \
libwebp-dev \
netpbm \
python3-dev \
python3-numpy \
Expand Down Expand Up @@ -43,7 +42,8 @@ RUN virtualenv -p /usr/bin/python3.8 --system-site-packages /vpy3 \
ADD depends /depends
RUN cd /depends \
&& ./install_imagequant.sh \
&& ./install_raqm.sh
&& ./install_raqm.sh \
&& ./install_webp.sh

USER pillow
CMD ["depends/test.sh"]
Expand Down

0 comments on commit 707df59

Please sign in to comment.