Update Dockerfile
This commit is contained in:
parent
9d70a5f8c9
commit
aae31b6053
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM node:16-alpine
|
|||
RUN mkdir /fake-log
|
||||
WORKDIR /fake-log
|
||||
|
||||
RUN apk add --no-cache git python make g++
|
||||
RUN apk add --no-cache git python3 make g++
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm install
|
||||
|
|
Loading…
Reference in a new issue