FROM mcr.microsoft.com/vscode/devcontainers/base:alpine-3.12 RUN apk update RUN apk add --upgrade nodejs-current npm RUN npm i -g yarn rimraf RUN rimraf node_modules RUN yarn set version berry