diff --git a/installer/roles/image_build/files/Dockerfile.sdist b/installer/roles/image_build/files/Dockerfile.sdist index cf9845e540..a32c34c4c0 100644 --- a/installer/roles/image_build/files/Dockerfile.sdist +++ b/installer/roles/image_build/files/Dockerfile.sdist @@ -11,7 +11,7 @@ RUN yum install -y bzip2 \ python \ python-pip -RUN curl --silent --location https://rpm.nodesource.com/setup_6.x | bash - +RUN curl --silent --location https://rpm.nodesource.com/setup_8.x | bash - RUN yum install -y nodejs RUN npm set progress=false