Skip to content

Commit

Permalink
Install python-ironicclient in /usr/local
Browse files Browse the repository at this point in the history
This is where python3.9 has been installed
Fixes: #609

Signed-off-by: Derek Higgins <[email protected]>
  • Loading branch information
derekhiggins committed Jan 16, 2025
1 parent 01a282a commit f3132a9
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 f3132a9

Please sign in to comment.