Fix Tautulli version env (#303)

This commit is contained in:
Franck Nijhof 2023-07-08 09:17:21 +02:00 committed by GitHub
parent bd6ee6e2b7
commit 0214dfeb59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,9 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
ENV PIP_BREAK_SYSTEM_PACKAGES=1
ENV \
PIP_BREAK_SYSTEM_PACKAGES=1 \
TAUTULLI_VERSION="v2.12.4"
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
@ -15,7 +17,6 @@ COPY requirements.txt /tmp/
# Setup base
ARG BUILD_ARCH=amd64
ARG TAUTULLI_VERSION="v2.12.4"
RUN \
apt-get update \
&& apt-get install -y --no-install-recommends \