Skip to content

Commit c4821c2

Browse files
committed
Dockerfile: set DEBIAN_FRONTEND=noninteractive
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 201152a commit c4821c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ARG BATS_VERSION=03608115df2071fff4eaaff1605768c275e5f81f
33
ARG CRIU_VERSION=v3.12
44

55
FROM golang:${GO_VERSION}-stretch
6+
ARG DEBIAN_FRONTEND=noninteractive
67

78
RUN dpkg --add-architecture armel \
89
&& dpkg --add-architecture armhf \

0 commit comments

Comments
 (0)