Fix wheels link (#143)

This commit is contained in:
Franck Nijhof 2021-06-13 12:36:37 +02:00 committed by GitHub
parent fdca47657f
commit 5b4fdbefef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ RUN \
&& pip install \
--no-cache-dir \
--prefer-binary \
--find-links "https://wheels.home-assistant.io/alpine-3.12/${BUILD_ARCH}/" \
--find-links "https://wheels.home-assistant.io/alpine-3.13/${BUILD_ARCH}/" \
-r /tmp/requirements.txt \
\
&& git clone --branch "${TAUTULLI_VERSION}" --depth=1 \