Skip to content

Commit 0ea10be

Browse files
authored
fix(cli): install openssl in dockerfile (#14403)
This adds openssl to the cli's dockerfile.
1 parent 46104e2 commit 0ea10be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ ARG BUILDPLATFORM=linux/amd64
22

33
# Precompile key slow-to-build dependencies
44
FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS go-deps
5+
RUN apk update && apk add openssl
56
WORKDIR /linkerd-build
67
COPY go.mod go.sum ./
78
RUN go mod download

0 commit comments

Comments
 (0)