fix: add linux headers for busybox build
This commit is contained in:
@@ -7,7 +7,7 @@ PREFIX_NAME="busybox-${VERSION}-linux-amd64-musl-static"
|
||||
|
||||
mkdir -p "$OUTPUT_DIR"
|
||||
|
||||
apk add --no-cache build-base bzip2 curl file tar xz
|
||||
apk add --no-cache build-base bzip2 curl file linux-headers tar xz
|
||||
|
||||
SRCDIR="${TMPDIR:-/tmp}/busybox-src-${VERSION}"
|
||||
rm -rf "$SRCDIR"
|
||||
|
||||
Reference in New Issue
Block a user