We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035d1ad commit a97696cCopy full SHA for a97696c
upstream-builder.Dockerfile
@@ -1,6 +1,6 @@
1
FROM golang:1.23-alpine as builder
2
3
-RUN apk update && apk add sqlite build-base git mercurial bash
+RUN apk update && apk add sqlite build-base git mercurial bash linux-headers
4
WORKDIR /build
5
6
COPY . .
0 commit comments