diff --git a/supervisor/Dockerfile b/supervisor/Dockerfile index ad6f0bb9e..0b26aa90e 100644 --- a/supervisor/Dockerfile +++ b/supervisor/Dockerfile @@ -8,7 +8,7 @@ RUN apk del --no-cache python* ENV LANG C.UTF-8 # setup base -RUN apk add --no-cache python3 docker +RUN apk add --no-cache python3 # install aiohttp -RUN pip3 install pip --no-cache --upgrade && pip3 install --no-cache aiohttp +RUN pip3 install pip --no-cache --upgrade && pip3 install --no-cache aiohttp && pip3 install --no-cache docker