mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Main git repo, on master. Will fail till PR is merged
This commit is contained in:
parent
d81c016052
commit
d316c185b3
|
@ -30,11 +30,11 @@ RUN apk --no-cache add git \
|
|||
bash \
|
||||
sudo
|
||||
|
||||
RUN git clone https://github.com/wiredfool/Pillow.git /Pillow
|
||||
RUN git clone https://github.com/python-pillow/Pillow.git /Pillow
|
||||
RUN pip install virtualenv && virtualenv /vpy && source /vpy/bin/activate && pip install nose
|
||||
|
||||
RUN echo "#!/bin/bash" >> /test && \
|
||||
echo "source /vpy/bin/activate && cd /Pillow && git checkout alpine-setup " >> test && \
|
||||
echo "source /vpy/bin/activate && cd /Pillow " >> test && \
|
||||
echo "pushd depends && ./install_webp.sh && popd" >> test && \
|
||||
echo "LIBRARY_PATH=/lib:/usr/lib make install && make test" >> test
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user