Fix build command

This commit is contained in:
Pascal Vizeli 2017-10-21 15:08:35 +02:00 committed by GitHub
parent 3c449d04ae
commit 4a82ac9cd5

View file

@ -27,7 +27,7 @@ RUN apk add --no-cache \
&& sed -i "s|# i2csense|i2csense|g" homeassistant/requirements_all.txt \
&& pip3 install --no-cache-dir -r homeassistant/requirements_all.txt \
&& pip3 install --no-cache-dir ./homeassistant \
&& apk del .build-dependencies
&& apk del .build-dependencies \
&& rm -r homeassistant
# Install and update certificates