From c56bf3e4fe47e0f9bcc0fd0177f317dc4c6bdda5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 15 Jan 2021 18:06:57 +0100 Subject: [PATCH] Remove build.json dependency --- transmission/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/transmission/Dockerfile b/transmission/Dockerfile index 7054fe4b7..5841f834e 100644 --- a/transmission/Dockerfile +++ b/transmission/Dockerfile @@ -1,5 +1,6 @@ -ARG BUILD_FROM -FROM $BUILD_FROM +ARG BUILD_ARCH +ARG BUILD_VERSION +FROM linuxserver/transmission:${BUILD_ARCH}-${BUILD_VERSION} # Add bashio RUN apk add --no-cache \