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 2cce7d2 commit 220a64eCopy full SHA for 220a64e
Dockerfile
@@ -1,7 +1,7 @@
1
FROM node:22-alpine
2
3
# Install curl, Python and build tools
4
-RUN apk add --no-cache curl python3 make g++ linux-headers
+RUN apk add --no-cache curl python3 make g++ linux-headers eudev-dev
5
6
# Set the working directory
7
WORKDIR /app
0 commit comments