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 b591c5c commit 1736224Copy full SHA for 1736224
staging/operator-registry/upstream-builder.Dockerfile
@@ -1,6 +1,6 @@
1
FROM golang:1.23-alpine as builder
2
3
-RUN apk update && apk add sqlite build-base git mercurial bash
+RUN apk update && apk add sqlite build-base git mercurial bash linux-headers
4
WORKDIR /build
5
6
COPY . .
0 commit comments