diff --git a/Dockerfile b/Dockerfile index 4c3ea102..5d68df9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,6 +70,7 @@ ENV TZ=UTC \ PYTHONIOENCODING=UTF-8 \ PYTHONUNBUFFERED=1 \ PIP_DISABLE_PIP_VERSION_CHECK=1 \ + PIP_ONLY_BINARY=aiohttp \ npm_config_loglevel=error # Language Version config diff --git a/Dockerfile.multistage b/Dockerfile.multistage index 480a8576..3825f6d2 100644 --- a/Dockerfile.multistage +++ b/Dockerfile.multistage @@ -38,6 +38,7 @@ ENV TZ=UTC \ PYTHONIOENCODING=UTF-8 \ PYTHONUNBUFFERED=1 \ PIP_DISABLE_PIP_VERSION_CHECK=1 \ + PIP_ONLY_BINARY=aiohttp \ npm_config_loglevel=error ENV PYTHON_VERSION=3.13 \