Skip to content

Commit

Permalink
install ca-certificates openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
oinume committed Aug 10, 2024
1 parent 3489329 commit d3b70a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

FROM golang:1.22 AS build
WORKDIR /src
RUN set -eux \
apt-get install -qyy --no-install-recommends --no-install-suggests \
ca-certificates openssl
RUN --mount=type=cache,target=/go/pkg/mod/ \
--mount=type=bind,source=go.mod,target=go.mod \
go mod download -x
Expand Down

0 comments on commit d3b70a2

Please sign in to comment.