There was an error while loading. Please reload this page.
2 parents d910352 + 974ec72 commit ba56959Copy full SHA for ba56959
1 file changed
gentoo/Dockerfile
@@ -27,7 +27,7 @@ RUN emerge --quiet sudo dev-python/virtualenv dev-util/cargo-c dev-build/meson x
27
28
# Install dependencies
29
RUN USE="jpeg jpeg2k lcms tiff truetype webp xcb zlib" emerge --quiet --onlydeps dev-python/pillow
30
-RUN emerge --quiet app-text/ghostscript-gpl dev-python/numpy dev-vcs/git
+RUN emerge --quiet app-text/ghostscript-gpl dev-vcs/git
31
32
RUN useradd --uid 1001 pillow \
33
&& chown pillow:pillow /home/pillow
@@ -38,6 +38,7 @@ ARG PIP_NO_CACHE_DIR=1
38
RUN virtualenv --system-site-packages /vpy3 \
39
&& /vpy3/bin/pip install --upgrade pip \
40
&& /vpy3/bin/pip install pytest-cov pytest-timeout \
41
+ && /vpy3/bin/pip install numpy --only-binary=:all: || true \
42
&& chown -R pillow:pillow /vpy3
43
44
COPY depends /depends
0 commit comments