Skip to content

Commit

Permalink
Fix Tautulli version env (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jul 8, 2023
1 parent bd6ee6e commit 0214dfe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tautulli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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 \
Expand Down

0 comments on commit 0214dfe

Please sign in to comment.