Skip to content

Commit d4cd11f

Browse files
authored
Merge pull request #1297 from thaJeztah/rm_noninteractive
deb: remove redundant DEBIAN_FRONTEND=noninteractive
2 parents 68b1971 + 64dd224 commit d4cd11f

8 files changed

Lines changed: 0 additions & 8 deletions

File tree

deb/debian-bookworm/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ FROM ${GO_IMAGE} AS golang
1010

1111
FROM ${BUILD_IMAGE}
1212

13-
ARG DEBIAN_FRONTEND=noninteractive
1413
RUN apt-get update && apt-get install -y curl devscripts equivs git
1514

1615
ENV GOPROXY=https://proxy.golang.org|direct

deb/debian-bullseye/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ FROM ${GO_IMAGE} AS golang
1010

1111
FROM ${BUILD_IMAGE}
1212

13-
ARG DEBIAN_FRONTEND=noninteractive
1413
RUN apt-get update && apt-get install -y curl devscripts equivs git
1514

1615
ENV GOPROXY=https://proxy.golang.org|direct

deb/debian-trixie/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ FROM ${GO_IMAGE} AS golang
1010

1111
FROM ${BUILD_IMAGE}
1212

13-
ARG DEBIAN_FRONTEND=noninteractive
1413
RUN apt-get update && apt-get install -y curl devscripts equivs git
1514

1615
ENV GOPROXY=https://proxy.golang.org|direct

deb/raspbian-bookworm/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ FROM ${GO_IMAGE} AS golang
1010

1111
FROM ${BUILD_IMAGE}
1212

13-
ARG DEBIAN_FRONTEND=noninteractive
1413
RUN apt-get update && apt-get install -y curl devscripts equivs git
1514

1615
ENV GOPROXY=https://proxy.golang.org|direct

deb/raspbian-bullseye/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ FROM ${GO_IMAGE} AS golang
1010

1111
FROM ${BUILD_IMAGE}
1212

13-
ARG DEBIAN_FRONTEND=noninteractive
1413
RUN apt-get update && apt-get install -y curl devscripts equivs git
1514

1615
ENV GOPROXY=https://proxy.golang.org|direct

deb/ubuntu-jammy/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then
1616
dpkg-divert --quiet --remove --rename /usr/bin/man; \
1717
fi
1818

19-
ARG DEBIAN_FRONTEND=noninteractive
2019
RUN apt-get update && apt-get install -y curl devscripts equivs git
2120

2221
ENV GOPROXY=https://proxy.golang.org|direct

deb/ubuntu-noble/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then
1616
dpkg-divert --quiet --remove --rename /usr/bin/man; \
1717
fi
1818

19-
ARG DEBIAN_FRONTEND=noninteractive
2019
RUN apt-get update && apt-get install -y curl devscripts equivs git
2120

2221
ENV GOPROXY=https://proxy.golang.org|direct

deb/ubuntu-questing/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then
1616
dpkg-divert --quiet --remove --rename /usr/bin/man; \
1717
fi
1818

19-
ARG DEBIAN_FRONTEND=noninteractive
2019
RUN apt-get update && apt-get install -y curl devscripts equivs git
2120

2221
ENV GOPROXY=https://proxy.golang.org|direct

0 commit comments

Comments
 (0)