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 3924e33 commit a947532Copy full SHA for a947532
upstream-opm-builder.Dockerfile
@@ -7,7 +7,7 @@ FROM golang:1.23-alpine AS builder
7
8
RUN apk update && apk add ca-certificates
9
COPY ["nsswitch.conf", "/etc/nsswitch.conf"]
10
-RUN apk update && apk add sqlite build-base git mercurial bash
+RUN apk update && apk add sqlite build-base git mercurial bash linux-headers
11
RUN set -eux; apk add --no-cache --virtual .build-deps bash gcc
12
RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
13
WORKDIR /build
0 commit comments