From b23763c587633b5adb833f0e2c47a4c44353f70c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 2 Jul 2021 13:31:34 +0200 Subject: [PATCH] Bump wheels link again (#153) * Bump wheels link again * Fix build --- tautulli/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tautulli/Dockerfile b/tautulli/Dockerfile index efeff08..059f614 100644 --- a/tautulli/Dockerfile +++ b/tautulli/Dockerfile @@ -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 \