Skip to content
Snippets Groups Projects
Commit e21c22d7 authored by Diogo Castro's avatar Diogo Castro
Browse files

Install nodejs 12 (required by jupyterlab to install extensions)

npm now comes with nodejs.
parent 97d8d6ca
No related branches found
No related tags found
1 merge request!9Update to latest
......@@ -16,7 +16,8 @@ ENV PYTHONIOENCODING UTF-8
# Install developer tools
# Install Latex packages (needed to convert notebooks to PDF)
RUN yum -y update && \
RUN curl -sL https://rpm.nodesource.com/setup_12.x | bash - && \
yum -y update && \
yum -y install \
bzip2 \
gcc \
......@@ -29,7 +30,6 @@ RUN yum -y update && \
ncurses-devel \
nano \
nodejs \
npm \
openssl-devel \
patch \
sqlite-devel \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment