diff --git a/arch/Dockerfile b/arch/Dockerfile index 240d6950..6943171f 100644 --- a/arch/Dockerfile +++ b/arch/Dockerfile @@ -40,7 +40,6 @@ RUN cd /depends \ RUN /sbin/useradd -m -U -u 1000 pillow \ && virtualenv --system-site-packages /vpy3 \ && /vpy3/bin/pip install --no-cache-dir --upgrade pip \ - && /vpy3/bin/pip install --no-cache-dir --upgrade setuptools>=49.3.2 \ && /vpy3/bin/pip install --no-cache-dir nose cffi olefile pytest pytest-cov \ && /vpy3/bin/pip install --no-cache-dir numpy --only-binary=:all: || true \ && chown -R pillow:pillow /vpy3