Merge pull request #7969 from AkihiroSuda/release-debian-frontend-noninteractive

release/Dockerfile: set DEBIAN_FRONTEND=noninteractive
This commit is contained in:
Phil Estes 2023-01-17 11:48:16 -05:00 committed by GitHub
commit 62ffbb4b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.1.0@sha256:76a8510b1798f66fcc87e7
FROM --platform=$BUILDPLATFORM ${BASE_IMAGE} AS base
COPY --from=xx / /
SHELL ["/bin/bash", "-xec"]
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y dpkg-dev git make pkg-config
ARG TARGETPLATFORM