mirror of
https://github.com/hassio-addons/addon-tautulli.git
synced 2025-05-04 19:11:24 +00:00
parent
7cbcb07e73
commit
b23763c587
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue