Skip to content

Commit 014d648

Browse files
authored
Update the ca certificates in the dockerfile (#161)
Signed-off-by: rick <1450685+LinuxSuRen@users.noreply.github.com>
1 parent 748965f commit 014d648

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

deploy/Dockerfile.multiarch

Lines changed: 2 additions & 0 deletions
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)