Update branch of add-ons with armv7 (#538)

* Update branch of add-ons with armv7

* update configurator

* Fix docker file

* Update docker files

* fix image

* Update

* certbot
This commit is contained in:
Pascal Vizeli
2019-03-10 17:09:35 +01:00
committed by GitHub
parent 56234db7be
commit aaa1282d02
3 changed files with 9 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ ENV LANG C.UTF-8
# Install Telldus library for TellStick (using same approach as in hassio docker installation)
RUN apk add --no-cache \
confuse libftdi1 libstdc++ jq socat \
confuse libftdi1 libstdc++ socat \
&& apk add --no-cache --virtual .build-dependencies \
cmake build-base gcc doxygen confuse-dev argp-standalone libftdi1-dev git \
&& ln -s /usr/include/libftdi1/ftdi.h /usr/include/ftdi.h \