Skip to content

Commit d0dc798

Browse files
AkihiroSudathaJeztah
authored andcommitted
release/Dockerfile: set DEBIAN_FRONTEND=noninteractive
A build was hanging with `UBUNTU_VERSION=20.04` ``` ... => [base 3/5] RUN APT-GET update && apt-get install -y dpkg-dev git make pkg-config 73.2s => => # questions will narrow this down by presenting a list of cities, representing => => # the time zones in which they are located. => => # 1. Africa 4. Australia 7. Atlantic 10. Pacific 13. Etc => => # 2. America 5. Arctic 8. Europe 11. SystemV => => # 3. Antarctica 6. Asia 9. Indian 12. US => => # Geographic area: ... ``` Signed-off-by: Akihiro Suda <[email protected]> (cherry picked from commit d1e1a16) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent cf13b64 commit d0dc798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.1.0@sha256:76a8510b1798f66fcc87e7
2323
FROM --platform=$BUILDPLATFORM ${BASE_IMAGE} AS base
2424
COPY --from=xx / /
2525
SHELL ["/bin/bash", "-xec"]
26+
ENV DEBIAN_FRONTEND=noninteractive
2627
RUN apt-get update && \
2728
apt-get install -y dpkg-dev git make pkg-config
2829
ARG TARGETPLATFORM

0 commit comments

Comments
 (0)