Mise à jour de NodeJS

This commit is contained in:
wpetit 2020-04-01 17:17:14 +02:00
parent 150e193885
commit 07c2c6bd52
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ ARG TUTOR_PASSWORD=tutor
RUN apt-get update -y \
&& apt-get install -y curl ca-certificates gnupg2 \
&& curl -sL https://deb.nodesource.com/setup_8.x | bash - \
&& curl -sL https://deb.nodesource.com/setup_12.x | bash - \
&& apt-get install -y nodejs libzmq3-dev mcrypt
RUN pip install jupyter