Update Dockerfile

This commit is contained in:
Pascal Vizeli 2017-06-17 00:50:19 +02:00 committed by GitHub
parent d68b2a65f3
commit 3fe3bb9c2e

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 cryptography \
RUN pip3 install --no-cache-dir mysqlclient psycopg2 pybluez \
&& pip3 install --no-cache-dir cchardet uvloop aiodns \