From d282a74a3e405d2f3727639f8efc40b7a872fd79 Mon Sep 17 00:00:00 2001 From: Jad Haj Yahya Date: Thu, 18 Jan 2024 09:14:01 +0200 Subject: [PATCH] Add python3 deps required to run pruning (#44) --- 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 bf4068c..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 \ +RUN set -x; pip3 install --target=/usr/lib redfish pandas netaddr wheel junos-eznc \ && systemctl preset-all