FROM node:alpine AS base ENV PNPM_HOME="./.pnpm" \ PATH="$PNPM_HOME:$PATH" RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - &&\ apk add --no-cache openssl USER node