Skip to content

Commit

Permalink
Add python3 deps required to run pruning (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
jadhaj authored Jan 18, 2024
1 parent 25ff242 commit d282a74
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 d282a74

Please sign in to comment.