Bump wheels link again (#153)

* Bump wheels link again

* Fix build
This commit is contained in:
Franck Nijhof 2021-07-02 13:31:34 +02:00 committed by GitHub
parent 7cbcb07e73
commit b23763c587
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@ RUN \
git=2.32.0-r0 \
openssl=1.1.1k-r0 \
patch=2.7.6-r7 \
py3-cryptography=3.3.2-r1 \
py3-pip=20.3.4-r1 \
python3=3.9.5-r1 \
wget=1.21.1-r1 \
@ -36,7 +37,7 @@ RUN \
&& pip install \
--no-cache-dir \
--prefer-binary \
--find-links "https://wheels.home-assistant.io/alpine-3.13/${BUILD_ARCH}/" \
--find-links "https://wheels.home-assistant.io/alpine-3.14/${BUILD_ARCH}/" \
-r /tmp/requirements.txt \
\
&& git clone --branch "${TAUTULLI_VERSION}" --depth=1 \