diff --git a/integration/linux/build/Dockerfile-rockylinux.template b/integration/linux/build/Dockerfile-rockylinux.template index 78f098a..53a31cd 100644 --- a/integration/linux/build/Dockerfile-rockylinux.template +++ b/integration/linux/build/Dockerfile-rockylinux.template @@ -35,7 +35,6 @@ RUN dnf install -y \ libuuid-devel \ make \ ncurses-devel \ - nodejs \ openssl-devel \ patch \ perl-Data-Dumper \ @@ -65,6 +64,7 @@ RUN set -ex \ && /_bootstrap/pkgconf.sh \ && /_bootstrap/patchelf.sh \ && /_bootstrap/rust.sh \ + && /_bootstrap/node.sh \ && /_bootstrap/yarn.sh \ && /_bootstrap/go.sh \ && /_bootstrap/meson.sh \ diff --git a/integration/linux/build/rockylinux-9/Dockerfile b/integration/linux/build/rockylinux-9/Dockerfile index 76abe06..7779c02 100644 --- a/integration/linux/build/rockylinux-9/Dockerfile +++ b/integration/linux/build/rockylinux-9/Dockerfile @@ -41,7 +41,6 @@ RUN dnf install -y \ libuuid-devel \ make \ ncurses-devel \ - nodejs \ openssl-devel \ patch \ perl-Data-Dumper \ @@ -652,6 +651,7 @@ RUN set -ex \ && /_bootstrap/pkgconf.sh \ && /_bootstrap/patchelf.sh \ && /_bootstrap/rust.sh \ + && /_bootstrap/node.sh \ && /_bootstrap/yarn.sh \ && /_bootstrap/go.sh \ && /_bootstrap/meson.sh \