Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
dockerfile.linux: use Node.js 16.x to avoid glibc issues (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
baparham authored Feb 14, 2023
1 parent 7b23050 commit 8d896d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN yum install -y \
make patch python2 \
rh-python36-python

RUN curl -fsSL https://rpm.nodesource.com/setup_lts.x | bash -
RUN curl -fsSL https://rpm.nodesource.com/setup_16.x | bash -
RUN yum install -y nodejs
RUN npm install -g yarn

Expand Down

0 comments on commit 8d896d4

Please sign in to comment.