mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-13 12:16:29 +00:00
remove docker from supervisor and use python docker api
This commit is contained in:
parent
5a5388bbe6
commit
8e54c3911f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user