We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1df6bb commit cd45aa9Copy full SHA for cd45aa9
Dockerfile
@@ -0,0 +1,10 @@
1
+FROM node:20-slim
2
+
3
+WORKDIR /app
4
5
+# Install Python and build tools
6
+RUN apt-get update && apt-get install -y \
7
+ python3 \
8
+ make \
9
+ g++ \
10
+ && apt-get clean
0 commit comments