diff --git a/installer/roles/image_build/templates/Dockerfile.j2 b/installer/roles/image_build/templates/Dockerfile.j2 index ee674ace09..a5807267e7 100644 --- a/installer/roles/image_build/templates/Dockerfile.j2 +++ b/installer/roles/image_build/templates/Dockerfile.j2 @@ -98,6 +98,7 @@ RUN dnf -y install \ vim \ nmap-ncat \ nodejs \ + nss \ make \ patch && \ npm install -g n && n 10.15.0 && dnf remove -y nodejs