Mise à jour de NodeJS
This commit is contained in:
parent
150e193885
commit
07c2c6bd52
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue