fix: avoid aiohttp source builds in docker

This commit is contained in:
Nick Sweeting 2026-06-01 08:28:33 -07:00
parent fdf57cb82a
commit 7cbbe50f9b
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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 \