Skip to content

Commit fa330b2

Browse files
committed
Install linux-headers in upstream-opm-builder
The required linux/limits.h header is provided by the linux-headers package.
1 parent adcaa84 commit fa330b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upstream-opm-builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM golang:1.23-alpine AS builder
77

88
RUN apk update && apk add ca-certificates
99
COPY ["nsswitch.conf", "/etc/nsswitch.conf"]
10-
RUN apk update && apk add sqlite build-base git mercurial bash
10+
RUN apk update && apk add sqlite build-base git mercurial bash linux-headers
1111
RUN set -eux; apk add --no-cache --virtual .build-deps bash gcc
1212
RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
1313
WORKDIR /build

0 commit comments

Comments
 (0)