remove docker from supervisor and use python docker api

This commit is contained in:
Pascal Vizeli 2017-03-16 12:10:43 +01:00
parent 5a5388bbe6
commit 8e54c3911f

View File

@ -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