Skip to content

Commit

Permalink
Add python3 deps required to run pruning
Browse files Browse the repository at this point in the history
  • Loading branch information
jadhaj committed Jan 18, 2024
1 parent 25ff242 commit 82d9b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/fcos-bastion-image/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 82d9b26

Please sign in to comment.