Fixed DockerAPI Exception (due to incompatible urllib3)

This commit is contained in:
DerLinkman 2023-05-08 12:55:54 +00:00
parent 1be0fad03b
commit 5ba1fb6004
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ RUN apk add --update --no-cache python3 \
fastapi \
uvicorn \
aiodocker \
urllib3==1.26.15\
docker \
aioredis
RUN mkdir /app/modules