From de9552c718e795241162e2e78307ecf6dbb82d80 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 15 Jan 2021 18:10:01 +0100 Subject: [PATCH] Revert --- transmission/Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/transmission/Dockerfile b/transmission/Dockerfile index 5841f834e..95765a907 100644 --- a/transmission/Dockerfile +++ b/transmission/Dockerfile @@ -1,6 +1,8 @@ -ARG BUILD_ARCH -ARG BUILD_VERSION -FROM linuxserver/transmission:${BUILD_ARCH}-${BUILD_VERSION} +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 \