Skip to content
Snippets Groups Projects
Commit ca4e1429 authored by Lars Seipel's avatar Lars Seipel
Browse files

build: work around Kaniko limitation in Dockerfile

See GoogleContainerTools/kaniko#960 for details.
parent 2d4bb5fd
No related branches found
No related tags found
No related merge requests found
Pipeline #248907 passed
......@@ -4,7 +4,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1@sha256:923441d7c25f1e2eb5789f
FROM --platform=$BUILDPLATFORM golang:1.23.4-alpine3.20@sha256:9a31ef0803e6afdf564edc8ba4b4e17caed22a0b1ecd2c55e3c8fdd8d8f68f98 AS builder
COPY --from=xx / /
COPY --from=xx /usr/ /usr/
RUN apk add --update alpine-sdk ca-certificates openssl clang lld
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment