Skip to content

Commit

Permalink
Merge pull request #89 from hugovk/fix-arch
Browse files Browse the repository at this point in the history
arch: Upgrade setuptools
  • Loading branch information
mergify[bot] authored Oct 21, 2020
2 parents 593d02c + 4676b8c commit 4602a82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RUN cd /depends && \
RUN /sbin/useradd -m -U -u 1000 pillow && \
virtualenv --system-site-packages /vpy3 && \
/vpy3/bin/pip install --upgrade pip && \
/vpy3/bin/pip install --upgrade setuptools>=49.3.2 && \
/vpy3/bin/pip install nose cffi olefile pytest pytest-cov && \
/vpy3/bin/pip install numpy --only-binary=:all: || true && \
chown -R pillow:pillow /vpy3
Expand Down

0 comments on commit 4602a82

Please sign in to comment.