We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201152a commit c4821c2Copy full SHA for c4821c2
Dockerfile
@@ -3,6 +3,7 @@ ARG BATS_VERSION=03608115df2071fff4eaaff1605768c275e5f81f
3
ARG CRIU_VERSION=v3.12
4
5
FROM golang:${GO_VERSION}-stretch
6
+ARG DEBIAN_FRONTEND=noninteractive
7
8
RUN dpkg --add-architecture armel \
9
&& dpkg --add-architecture armhf \
0 commit comments