Skip to content

Commit

Permalink
Update the ca certificates in the dockerfile (#161)
Browse files Browse the repository at this point in the history
Signed-off-by: rick <[email protected]>
  • Loading branch information
LinuxSuRen authored Oct 29, 2021
1 parent 748965f commit 014d648
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/Dockerfile.multiarch
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM golang:1.12 AS builder

RUN apt update -y && apt install -y ca-certificates libgnutls30

WORKDIR /work
COPY . .
RUN CGO_ENABLED=0 go build -ldflags "-w" -o bin/manager \
Expand Down

0 comments on commit 014d648

Please sign in to comment.