Skip to content

Commit 014d648

Browse files
authored
Update the ca certificates in the dockerfile (#161)
Signed-off-by: rick <[email protected]>
1 parent 748965f commit 014d648

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/Dockerfile.multiarch

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM golang:1.12 AS builder
22

3+
RUN apt update -y && apt install -y ca-certificates libgnutls30
4+
35
WORKDIR /work
46
COPY . .
57
RUN CGO_ENABLED=0 go build -ldflags "-w" -o bin/manager \

0 commit comments

Comments
 (0)