Skip to content

Commit

Permalink
Merge pull request #610 from derekhiggins/ip-local
Browse files Browse the repository at this point in the history
🐛 Install python-ironicclient in /usr/local
  • Loading branch information
metal3-io-bot authored Jan 16, 2025
2 parents 9f66b9d + f3132a9 commit 6ae9e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/ironic-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY scripts/openstack /usr/bin/openstack
RUN apt-get update && \
apt-get install -y genisoimage && \
apt-get clean && \
pip3 install --prefix /usr --no-cache-dir python-ironicclient && \
pip3 install --prefix /usr/local --no-cache-dir python-ironicclient && \
chmod +x /usr/bin/openstack

ENTRYPOINT ["/usr/bin/baremetal"]
ENTRYPOINT ["/usr/local/bin/baremetal"]

0 comments on commit 6ae9e16

Please sign in to comment.