Skip to content

Commit 158d35e

Browse files
committed
fix: Docker file for up node version
1 parent 081ee69 commit 158d35e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
### Base
44
FROM node:18.2.0-alpine as base
5-
6-
RUN apk add --no-cache python build-base
5+
ENV NO_UPDATE_NOTIFIER=true
76

87
RUN npm install -g npm
98
RUN npm install -g typescript
109

10+
RUN apk add --no-cache git
11+
RUN apk add g++ make python3
1112
USER node
1213
ARG APP_HOME=/home/node/srv
1314
WORKDIR $APP_HOME

0 commit comments

Comments
 (0)