dockerfile.linux: use Node.js 16.x to avoid glibc issues (#265)

This commit is contained in:
Brad Parham 2023-02-14 08:20:28 +01:00 committed by GitHub
parent 7b2305001c
commit 8d896d4b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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