Skip to content

Commit 4cb2a90

Browse files
committed
update docker files to build aiohttp
1 parent ac37055 commit 4cb2a90

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docker/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ ENV PYTHONUNBUFFERED=1 \
55
PIP_NO_CACHE_DIR=off \
66
PIP_DISABLE_PIP_VERSION_CHECK=on \
77
PIP_NO_WARN_SCRIPT_LOCATION=0 \
8-
PIP_ROOT_USER_ACTION=ignore
8+
PIP_ROOT_USER_ACTION=ignore \
9+
AIOHTTP_NO_EXTENSIONS=1 \
10+
MULTIDICT_NO_EXTENSIONS=1 \
11+
YARL_NO_EXTENSIONS=1
912
ENV TGTG_TOKEN_PATH=/tokens
1013
ENV LOGS_PATH=/logs
1114
ENV DOCKER=true

docker/Dockerfile.alpine

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ ENV PYTHONUNBUFFERED=1 \
55
PIP_NO_CACHE_DIR=off \
66
PIP_DISABLE_PIP_VERSION_CHECK=on \
77
PIP_NO_WARN_SCRIPT_LOCATION=0 \
8-
PIP_ROOT_USER_ACTION=ignore
8+
PIP_ROOT_USER_ACTION=ignore \
9+
AIOHTTP_NO_EXTENSIONS=1 \
10+
MULTIDICT_NO_EXTENSIONS=1 \
11+
YARL_NO_EXTENSIONS=1
912
ENV TGTG_TOKEN_PATH=/tokens
1013
ENV LOGS_PATH=/logs
1114
ENV DOCKER=true

0 commit comments

Comments
 (0)