Skip to content

Commit

Permalink
Update Dockerfile.wp5-alma8
Browse files Browse the repository at this point in the history
  • Loading branch information
ttedeschi authored Nov 24, 2023
1 parent 5297721 commit 0574c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupyterlab/Dockerfile.wp5-alma8
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ RUN ln -s `which python3.9` /usr/local/bin/python3

RUN python3.9 -m pip install -U pip setuptools wheel

RUN curl -fsSL https://rpm.nodesource.com/setup_16.x | bash -
RUN curl -fsSL https://rpm.nodesource.com/setup_18.x | bash -

RUN yum install https://rpm.nodesource.com/pub_16.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y \
RUN yum install https://rpm.nodesource.com/pub_18.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y \
&& yum install nodejs -y --setopt=nodesource-nodejs.module_hotfixes=1
RUN yum install -y nodejs npm && npm install -g typescript yarn

Expand Down

0 comments on commit 0574c71

Please sign in to comment.