Skip to content

Commit 2238d37

Browse files
committed
Adding dependencies required for node-gyp
1 parent 032cea0 commit 2238d37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
FROM node:alpine
1+
FROM node:14.4.0-alpine3.11
22

33
ENV NODE_PATH /install/node_modules/
44
ENV PATH /install/node_modules/.bin:$PATH
55

6+
RUN apk add --no-cache python make g++
7+
68
RUN npm install -g \
79
ansi-html \
810
ansi-regex \

0 commit comments

Comments
 (0)