diff --git a/deb/debian-bookworm/Dockerfile b/deb/debian-bookworm/Dockerfile index 3c1c3de441..2d04396143 100644 --- a/deb/debian-bookworm/Dockerfile +++ b/deb/debian-bookworm/Dockerfile @@ -10,7 +10,6 @@ FROM ${GO_IMAGE} AS golang FROM ${BUILD_IMAGE} -ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y curl devscripts equivs git ENV GOPROXY=https://proxy.golang.org|direct diff --git a/deb/debian-bullseye/Dockerfile b/deb/debian-bullseye/Dockerfile index c997d24c8e..b3844b2d18 100644 --- a/deb/debian-bullseye/Dockerfile +++ b/deb/debian-bullseye/Dockerfile @@ -10,7 +10,6 @@ FROM ${GO_IMAGE} AS golang FROM ${BUILD_IMAGE} -ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y curl devscripts equivs git ENV GOPROXY=https://proxy.golang.org|direct diff --git a/deb/debian-trixie/Dockerfile b/deb/debian-trixie/Dockerfile index 82d645c829..306d7d24c7 100644 --- a/deb/debian-trixie/Dockerfile +++ b/deb/debian-trixie/Dockerfile @@ -10,7 +10,6 @@ FROM ${GO_IMAGE} AS golang FROM ${BUILD_IMAGE} -ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y curl devscripts equivs git ENV GOPROXY=https://proxy.golang.org|direct diff --git a/deb/raspbian-bookworm/Dockerfile b/deb/raspbian-bookworm/Dockerfile index a67888e342..0bdd8437b0 100644 --- a/deb/raspbian-bookworm/Dockerfile +++ b/deb/raspbian-bookworm/Dockerfile @@ -10,7 +10,6 @@ FROM ${GO_IMAGE} AS golang FROM ${BUILD_IMAGE} -ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y curl devscripts equivs git ENV GOPROXY=https://proxy.golang.org|direct diff --git a/deb/raspbian-bullseye/Dockerfile b/deb/raspbian-bullseye/Dockerfile index fbf3e75ad1..80a8ea1f52 100644 --- a/deb/raspbian-bullseye/Dockerfile +++ b/deb/raspbian-bullseye/Dockerfile @@ -10,7 +10,6 @@ FROM ${GO_IMAGE} AS golang FROM ${BUILD_IMAGE} -ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y curl devscripts equivs git ENV GOPROXY=https://proxy.golang.org|direct diff --git a/deb/ubuntu-jammy/Dockerfile b/deb/ubuntu-jammy/Dockerfile index 87930ab2be..5531430a31 100644 --- a/deb/ubuntu-jammy/Dockerfile +++ b/deb/ubuntu-jammy/Dockerfile @@ -16,7 +16,6 @@ RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then dpkg-divert --quiet --remove --rename /usr/bin/man; \ fi -ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y curl devscripts equivs git ENV GOPROXY=https://proxy.golang.org|direct diff --git a/deb/ubuntu-noble/Dockerfile b/deb/ubuntu-noble/Dockerfile index bf6f8e515d..537da83c8a 100644 --- a/deb/ubuntu-noble/Dockerfile +++ b/deb/ubuntu-noble/Dockerfile @@ -16,7 +16,6 @@ RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then dpkg-divert --quiet --remove --rename /usr/bin/man; \ fi -ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y curl devscripts equivs git ENV GOPROXY=https://proxy.golang.org|direct diff --git a/deb/ubuntu-questing/Dockerfile b/deb/ubuntu-questing/Dockerfile index d5a102bc11..28516fd287 100644 --- a/deb/ubuntu-questing/Dockerfile +++ b/deb/ubuntu-questing/Dockerfile @@ -16,7 +16,6 @@ RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then dpkg-divert --quiet --remove --rename /usr/bin/man; \ fi -ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y curl devscripts equivs git ENV GOPROXY=https://proxy.golang.org|direct