From 187c0f48d7543d4fb61af776bd9c0a5a8f98ad13 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Mon, 30 May 2016 07:18:23 -0700 Subject: [PATCH] imagequant build --- depends/alpine_Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depends/alpine_Dockerfile b/depends/alpine_Dockerfile index b95131b5a..1ab624690 100644 --- a/depends/alpine_Dockerfile +++ b/depends/alpine_Dockerfile @@ -35,7 +35,7 @@ RUN pip install virtualenv && virtualenv /vpy && source /vpy/bin/activate && pip RUN echo "#!/bin/bash" >> /test && \ echo "source /vpy/bin/activate && cd /Pillow " >> test && \ - echo "pushd depends && ./install_webp.sh && popd" >> test && \ + echo "pushd depends && ./install_webp.sh && ./install_imagequant.sh && popd" >> test && \ echo "LIBRARY_PATH=/lib:/usr/lib make install && make test" >> test RUN chmod +x /test