We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46104e2 commit 0ea10beCopy full SHA for 0ea10be
cli/Dockerfile
@@ -2,6 +2,7 @@ ARG BUILDPLATFORM=linux/amd64
2
3
# Precompile key slow-to-build dependencies
4
FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS go-deps
5
+RUN apk update && apk add openssl
6
WORKDIR /linkerd-build
7
COPY go.mod go.sum ./
8
RUN go mod download
0 commit comments