Skip to content

Commit 1736224

Browse files
varad-ahirwadkarci-robot
authored andcommitted
Fix upstream-builder image build (#1467)
Signed-off-by: Varad Ahirwadkar <[email protected]> Upstream-repository: operator-registry Upstream-commit: a97696ca6122de024365606dea4cf2dd18d247f9
1 parent b591c5c commit 1736224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/operator-registry/upstream-builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:1.23-alpine as builder
22

3-
RUN apk update && apk add sqlite build-base git mercurial bash
3+
RUN apk update && apk add sqlite build-base git mercurial bash linux-headers
44
WORKDIR /build
55

66
COPY . .

0 commit comments

Comments
 (0)