🔨🔥 alpine based devcontainer with working yarn PnP

ref #108
This commit is contained in:
2021-04-02 21:57:56 +02:00
parent 12433f7c23
commit 777304f259
2 changed files with 9 additions and 9 deletions

View File

@@ -1,2 +1,6 @@
ARG VARIANT="14-buster"
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
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