Skip to content

Commit

Permalink
update docker files to build aiohttp
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Henning committed May 1, 2024
1 parent ac37055 commit 4cb2a90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ ENV PYTHONUNBUFFERED=1 \
PIP_NO_CACHE_DIR=off \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_NO_WARN_SCRIPT_LOCATION=0 \
PIP_ROOT_USER_ACTION=ignore
PIP_ROOT_USER_ACTION=ignore \
AIOHTTP_NO_EXTENSIONS=1 \
MULTIDICT_NO_EXTENSIONS=1 \
YARL_NO_EXTENSIONS=1
ENV TGTG_TOKEN_PATH=/tokens
ENV LOGS_PATH=/logs
ENV DOCKER=true
Expand Down
5 changes: 4 additions & 1 deletion docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ ENV PYTHONUNBUFFERED=1 \
PIP_NO_CACHE_DIR=off \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_NO_WARN_SCRIPT_LOCATION=0 \
PIP_ROOT_USER_ACTION=ignore
PIP_ROOT_USER_ACTION=ignore \
AIOHTTP_NO_EXTENSIONS=1 \
MULTIDICT_NO_EXTENSIONS=1 \
YARL_NO_EXTENSIONS=1
ENV TGTG_TOKEN_PATH=/tokens
ENV LOGS_PATH=/logs
ENV DOCKER=true
Expand Down

0 comments on commit 4cb2a90

Please sign in to comment.