Skip to content

Commit

Permalink
fix: revert nodejs install
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Feb 1, 2024
1 parent 568d920 commit 43f0578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN yum install -y \
make patch python2 \
rh-python36-python

RUN curl -L https://rpm.nodesource.com/nsolid_setup_rpm.sh | bash -s -- 18
RUN yum install nodejs -y --setopt=nodesource-nodejs.module_hotfixes=1
RUN curl -fsSL https://rpm.nodesource.com/setup_16.x | bash -
RUN yum install -y nodejs
RUN npm install -g yarn

COPY . ./
Expand Down

0 comments on commit 43f0578

Please sign in to comment.