Removed fixed urllib3 due to fixed docker python module

This commit is contained in:
DerLinkman 2023-05-08 13:24:20 +00:00
parent 5ba1fb6004
commit c948a6cdbc
1 changed files with 0 additions and 1 deletions

View File

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