defcontainer update

This commit is contained in:
Pascal Vizeli 2020-06-27 20:52:59 +00:00
parent 96380d8d28
commit 233da0e48f

View File

@ -1,4 +1,4 @@
FROM python:3.7 FROM mcr.microsoft.com/vscode/devcontainers/python:0-3.7
WORKDIR /workspaces WORKDIR /workspaces
@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& apt-get update && apt-get install -y --no-install-recommends \ && apt-get update && apt-get install -y --no-install-recommends \
nodejs \ nodejs \
yarn \ yarn \
&& curl -o - https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash \ && curl -o - https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV NVM_DIR /root/.nvm ENV NVM_DIR /root/.nvm