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 0fced31 commit b3a3641Copy full SHA for b3a3641
hack/build/Dockerfile
@@ -1,7 +1,7 @@
1
# Build the manager binary
2
FROM golang:1.18.5-alpine as builder
3
4
-RUN apk add --no-cache gcc musl-dev libc6-compat
+RUN apk add --no-cache gcc musl-dev libc6-compat build-base libc-dev
5
6
WORKDIR /workspace
7
COPY go.mod go.mod
0 commit comments