mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
imagequant build
This commit is contained in:
parent
d316c185b3
commit
187c0f48d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user