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 89e1890 commit ac78fafCopy full SHA for ac78faf
docker/Dockerfile
@@ -1,6 +1,6 @@
1
# Using 18 alpine because supports arm/v8 and arm/v8 needed for silicon chips
2
-FROM node:20-alpine
3
-RUN apk add --no-cache bash
+FROM node:18-alpine
+RUN apk add --no-cache bash python3 make g++
4
WORKDIR /app
5
ADD ./ .
6
RUN npm install
0 commit comments