Skip to content

Commit

Permalink
testing a WA to address deps issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jadhaj committed Jan 17, 2024
1 parent a18715d commit 5492f35
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 netaddr junos-eznc wheel \
RUN set -x; pip3 install --target=/usr/lib redfish pandas netaddr wheel git+https://github.com/jadhaj/py-junos-eznc.git@fix \
&& systemctl preset-all

0 comments on commit 5492f35

Please sign in to comment.