diff --git a/images/ansible-operator/pipfile.Dockerfile b/images/ansible-operator/pipfile.Dockerfile index f2fe2f5..f22a38c 100644 --- a/images/ansible-operator/pipfile.Dockerfile +++ b/images/ansible-operator/pipfile.Dockerfile @@ -26,7 +26,7 @@ RUN set -e && dnf clean all && rm -rf /var/cache/dnf/* \ # NOTE: This ignored vulnerability (71064) was detected in requests, \ # but the upgraded version doesn't support the use case (protocol we are using).\ # Ref: https://github.com/operator-framework/ansible-operator-plugins/pull/67#issuecomment-2189164688 - && pipenv check --ignore 70612 --ignore 71064 \ + && pipenv check --ignore 71064 \ && dnf remove -y gcc libffi-devel openssl-devel python3.12-devel \ && dnf clean all \ && rm -rf /var/cache/dnf