From 3fe3bb9c2e23e10a58931f45dc4825d35f4c7991 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 17 Jun 2017 00:50:19 +0200 Subject: [PATCH] Update Dockerfile --- homeassistant/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/base/Dockerfile b/homeassistant/base/Dockerfile index d6c0628..570469d 100644 --- a/homeassistant/base/Dockerfile +++ b/homeassistant/base/Dockerfile @@ -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 \