From 64dd224d51e05066f30af670495f33cc8f5a3449 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 4 Feb 2026 12:11:52 +0100 Subject: [PATCH] deb: remove redundant DEBIAN_FRONTEND=noninteractive This should no longer be needed for current versions of Debian and Ubuntu. Signed-off-by: Sebastiaan van Stijn --- deb/debian-bookworm/Dockerfile | 1 - deb/debian-bullseye/Dockerfile | 1 - deb/debian-trixie/Dockerfile | 1 - deb/raspbian-bookworm/Dockerfile | 1 - deb/raspbian-bullseye/Dockerfile | 1 - deb/ubuntu-jammy/Dockerfile | 1 - deb/ubuntu-noble/Dockerfile | 1 - deb/ubuntu-questing/Dockerfile | 1 - 8 files changed, 8 deletions(-) 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