Removed fixed urllib3 due to fixed docker python module
This commit is contained in:
parent
5ba1fb6004
commit
c948a6cdbc
|
@ -13,7 +13,6 @@ RUN apk add --update --no-cache python3 \
|
|||
fastapi \
|
||||
uvicorn \
|
||||
aiodocker \
|
||||
urllib3==1.26.15\
|
||||
docker \
|
||||
aioredis
|
||||
RUN mkdir /app/modules
|
||||
|
|
Loading…
Reference in New Issue