1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

Dockerfile: remove redundant DEBIAN_FRONTEND=noninteractive

This should no longer be needed for current versions of Debian
and Ubuntu.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2026-01-08 12:54:36 +01:00
parent aecf6e5780
commit 50c1460bf5
2 changed files with 0 additions and 7 deletions
-2
View File
@@ -7,8 +7,6 @@ ARG SUITE=jammy
FROM golang:${GO_VERSION}-bookworm AS golang
FROM ${DISTRO}:${SUITE}
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -yy debhelper dh-make libsecret-1-dev
RUN mkdir -p /build