diff --git a/images/Dockerfile.ci b/images/Dockerfile.ci index 133d03db6b04..e10283112228 100644 --- a/images/Dockerfile.ci +++ b/images/Dockerfile.ci @@ -3,7 +3,7 @@ FROM registry.ci.openshift.org/openshift/release:golang-1.14 ENV HOME /output -RUN INSTALL_PKGS="ansible python-pip" && \ +RUN INSTALL_PKGS="ansible python-pip nss_wrapper" && \ yum install -y $INSTALL_PKGS && \ pip install packet-python && \ ansible-galaxy collection install community.general && \