From 1808bed2e8c8c508565f6a32f947ebc264f436f3 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 14 May 2020 15:26:48 -0400 Subject: [PATCH] Add nss for the chrome UI unit tests --- installer/roles/image_build/templates/Dockerfile.j2 | 1 + 1 file changed, 1 insertion(+) 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