From df41139ed4273e4b90efa9decfb19bbd5946d8bb Mon Sep 17 00:00:00 2001 From: thelamer Date: Sun, 26 May 2019 16:17:53 -0700 Subject: [PATCH] Dockerfile cleanup --- Dockerfile | 5 +---- Dockerfile.aarch64 | 5 +---- Dockerfile.armhf | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Dockerfile b/Dockerfile index 85de2cb..ca5c20d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,10 +39,7 @@ ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thelamer" -# Env -ARG DEBIAN_FRONTEND="noninteractive" - -# add local files and files from c9base +# add files from c9base COPY --from=builder /buildout/ / RUN \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 7e1f765..db64f13 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -39,10 +39,7 @@ ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thelamer" -# Env -ARG DEBIAN_FRONTEND="noninteractive" - -# add local files and files from c9base +# add files from c9base COPY --from=builder /buildout/ / RUN \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 7b893be..35ed75c 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -39,10 +39,7 @@ ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thelamer" -# Env -ARG DEBIAN_FRONTEND="noninteractive" - -# add local files and files from c9base +# add files from c9base COPY --from=builder /buildout/ / RUN \