Skip to content

Commit

Permalink
install ca certs in builder image
Browse files Browse the repository at this point in the history
Signed-off-by: Arnav Gupta <dev@championswimmer.in>
  • Loading branch information
championswimmer committed Aug 8, 2024
1 parent 6119d7a commit ecaed81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM golang:1.22 AS builder

# Install CA certificates
RUN apt-get update && apt-get install -y ca-certificates

# Move to working directory (/build).
WORKDIR /build
Expand Down

0 comments on commit ecaed81

Please sign in to comment.