1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

Add nss for the chrome UI unit tests

This commit is contained in:
Bill Nottingham 2020-05-14 15:26:48 -04:00
parent d5817fd87a
commit 1808bed2e8

View File

@ -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