Skip to content

Commit ac78faf

Browse files
authored
test
1 parent 89e1890 commit ac78faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 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
2+
FROM node:18-alpine
3+
RUN apk add --no-cache bash python3 make g++
44
WORKDIR /app
55
ADD ./ .
66
RUN npm install

0 commit comments

Comments
 (0)