Update Dockerfile

This commit is contained in:
Pascal Vizeli 2017-06-17 00:34:11 +02:00 committed by GitHub
parent 7e4001d4ab
commit d68b2a65f3

View file

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