Skip to content

Commit a97696c

Browse files
authoredOct 9, 2024··
Fix upstream-builder image build (#1467)
Signed-off-by: Varad Ahirwadkar <[email protected]>
1 parent 035d1ad commit a97696c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎upstream-builder.Dockerfile

+1-1
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)
Please sign in to comment.