mirror of
https://github.com/hassio-addons/addon-tautulli.git
synced 2025-05-05 03:21:40 +00:00
Fix wheels link (#143)
This commit is contained in:
parent
fdca47657f
commit
5b4fdbefef
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ RUN \
|
||||||
&& pip install \
|
&& pip install \
|
||||||
--no-cache-dir \
|
--no-cache-dir \
|
||||||
--prefer-binary \
|
--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 \
|
-r /tmp/requirements.txt \
|
||||||
\
|
\
|
||||||
&& git clone --branch "${TAUTULLI_VERSION}" --depth=1 \
|
&& git clone --branch "${TAUTULLI_VERSION}" --depth=1 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue