Update Dockerfile

This commit is contained in:
Mikołaj Pich 2022-08-27 14:00:35 +02:00 committed by GitHub
parent 9d70a5f8c9
commit aae31b6053
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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