We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748965f commit 014d648Copy full SHA for 014d648
deploy/Dockerfile.multiarch
@@ -1,5 +1,7 @@
1
FROM golang:1.12 AS builder
2
3
+RUN apt update -y && apt install -y ca-certificates libgnutls30
4
+
5
WORKDIR /work
6
COPY . .
7
RUN CGO_ENABLED=0 go build -ldflags "-w" -o bin/manager \
0 commit comments