We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f38a08 commit c1fe0c6Copy full SHA for c1fe0c6
packagingenv/rockylinux8/Dockerfile
@@ -6,7 +6,7 @@ RUN yum -y install gcc-c++ make git libicu-devel rpmdevtools
6
RUN curl --silent --location https://rpm.nodesource.com/setup_20.x | bash -
7
8
# Install development tools
9
-RUN yum -y module install nodejs:10
+RUN yum -y module install nodejs:20
10
11
# Install python3 for gyp
12
RUN yum -y install python3
0 commit comments