Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit df41139

Browse files
committed
Dockerfile cleanup
1 parent 74b0a57 commit df41139

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ ARG VERSION
3939
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
4040
LABEL maintainer="thelamer"
4141

42-
# Env
43-
ARG DEBIAN_FRONTEND="noninteractive"
44-
45-
# add local files and files from c9base
42+
# add files from c9base
4643
COPY --from=builder /buildout/ /
4744

4845
RUN \

Dockerfile.aarch64

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ ARG VERSION
3939
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
4040
LABEL maintainer="thelamer"
4141

42-
# Env
43-
ARG DEBIAN_FRONTEND="noninteractive"
44-
45-
# add local files and files from c9base
42+
# add files from c9base
4643
COPY --from=builder /buildout/ /
4744

4845
RUN \

Dockerfile.armhf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ ARG VERSION
3939
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
4040
LABEL maintainer="thelamer"
4141

42-
# Env
43-
ARG DEBIAN_FRONTEND="noninteractive"
44-
45-
# add local files and files from c9base
42+
# add files from c9base
4643
COPY --from=builder /buildout/ /
4744

4845
RUN \

0 commit comments

Comments
 (0)