Fixed DockerAPI Exception (due to incompatible urllib3)
This commit is contained in:
parent
1be0fad03b
commit
5ba1fb6004
|
@ -13,6 +13,7 @@ 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