Skip to content

Commit 91f951d

Browse files
committed
chore: dockerfile add linux-headers dep
1 parent 83cc74a commit 91f951d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:22-alpine
22

33
# Install curl, Python and build tools
4-
RUN apk add --no-cache curl python3 make g++
4+
RUN apk add --no-cache curl python3 make g++ linux-headers
55

66
# Set the working directory
77
WORKDIR /app

0 commit comments

Comments
 (0)