Update Dockerfile
This commit is contained in:
parent
7e4001d4ab
commit
d68b2a65f3
1 changed files with 2 additions and 2 deletions
|
@ -105,6 +105,6 @@ RUN git clone --depth 1 --recursive -b dtls https://github.com/home-assistant/li
|
|||
|
||||
####
|
||||
## install pip module for component/homeassistant
|
||||
RUN pip3 install --no-cache-dir mysqlclient psycopg2 pybluez \
|
||||
&& pip3 install --no-cache-dir cchardet uvloop \
|
||||
RUN pip3 install --no-cache-dir mysqlclient psycopg2 pybluez cryptography \
|
||||
&& pip3 install --no-cache-dir cchardet uvloop aiodns \
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue