mirror of
https://github.com/hassio-addons/addon-tautulli.git
synced 2025-05-04 11:01:26 +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 \
|
||||
--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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue