update Dockerfile

This commit is contained in:
Amruth Pillai
2022-08-22 12:17:41 +02:00
parent bf956fe18c
commit 77b1c5b536
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
FROM node:lts-alpine AS base
WORKDIR /app
RUN apk add --no-cache g++ git curl make python3 \
&& curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm