FROM fascinated/docker-images:node-latest
# Install pnpm
RUN npm install -g pnpm
ENV SHELL /bin/bash
RUN pnpm setup