Skip to content

Commit

Permalink
Fix upstream-builder image build (#1467)
Browse files Browse the repository at this point in the history
Signed-off-by: Varad Ahirwadkar <varad.ahirwadkar1@ibm.com>
  • Loading branch information
varad-ahirwadkar authored Oct 9, 2024
1 parent 035d1ad commit a97696c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upstream-builder.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.23-alpine as builder

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

COPY . .
Expand Down

0 comments on commit a97696c

Please sign in to comment.