File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ ENV PYTHONUNBUFFERED=1 \
5
5
PIP_NO_CACHE_DIR=off \
6
6
PIP_DISABLE_PIP_VERSION_CHECK=on \
7
7
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
9
12
ENV TGTG_TOKEN_PATH=/tokens
10
13
ENV LOGS_PATH=/logs
11
14
ENV DOCKER=true
Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ ENV PYTHONUNBUFFERED=1 \
5
5
PIP_NO_CACHE_DIR=off \
6
6
PIP_DISABLE_PIP_VERSION_CHECK=on \
7
7
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
9
12
ENV TGTG_TOKEN_PATH=/tokens
10
13
ENV LOGS_PATH=/logs
11
14
ENV DOCKER=true
You can’t perform that action at this time.
0 commit comments