🚑 Fix build

This commit is contained in:
Franck Nijhof 2020-08-22 22:20:35 +02:00
parent 2f99edb4f2
commit cc94c7c396
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -22,12 +22,13 @@ RUN \
lua-resty-http=0.15-r0 \ lua-resty-http=0.15-r0 \
nginx-mod-http-lua=1.18.0-r0 \ nginx-mod-http-lua=1.18.0-r0 \
nginx=1.18.0-r0 \ nginx=1.18.0-r0 \
py3-pip=20.1.1-r0 \
python3=3.8.5-r0 \ python3=3.8.5-r0 \
\ \
&& pip3 install \ && pip3 install \
--no-cache-dir \ --no-cache-dir \
--prefer-binary \ --prefer-binary \
--find-links "https://wheels.home-assistant.io/alpine-3.11/${BUILD_ARCH}/" \ --find-links "https://wheels.home-assistant.io/alpine-3.12/${BUILD_ARCH}/" \
-r /tmp/requirements.txt \ -r /tmp/requirements.txt \
\ \
&& find /usr/local \ && find /usr/local \