From 7e37aca738c979261b675da51aa274cbb3fad539 Mon Sep 17 00:00:00 2001 From: Jad Haj Yahya Date: Wed, 17 Jan 2024 15:45:07 +0200 Subject: [PATCH] Remove WA as dependant PR was close --- images/fcos-bastion-image/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/fcos-bastion-image/Containerfile b/images/fcos-bastion-image/Containerfile index 9b5a504..787d7d1 100644 --- a/images/fcos-bastion-image/Containerfile +++ b/images/fcos-bastion-image/Containerfile @@ -2,5 +2,5 @@ FROM quay.io/openshifttest/fcos-bm:base COPY root/ / -RUN set -x; pip3 install --target=/usr/lib redfish pandas netaddr wheel git+https://github.com/jadhaj/py-junos-eznc.git@fix \ +RUN set -x; pip3 install --target=/usr/lib redfish pandas netaddr wheel junos-eznc \ && systemctl preset-all