Skip to content

Commit a947532

Browse files
authored
Install linux-headers in upstream-opm-builder (#1690)
The required linux/limits.h header is provided by the linux-headers package.
1 parent 3924e33 commit a947532

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)