Skip to content

Commit bd1bf16

Browse files
committed
rocky9.v1: install g++ to fix "npm install" issue
1 parent 30af2e1 commit bd1bf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocky9.v1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN yum install -y which mlocate java-17-openjdk java-17-openjdk-devel m
77
&& alternatives --set javac java-17-openjdk.x86_64
88

99
RUN curl -sL https://rpm.nodesource.com/setup_20.x | bash - \
10-
&& yum install -y nodejs
10+
&& yum install -y nodejs g++
1111

1212
COPY entrypoint.sh /entrypoint.sh
1313

0 commit comments

Comments
 (0)