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
  • Loading branch information
derekhiggins committed Jan 16, 2025
1 parent 01a282a commit d9eaf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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"]

0 comments on commit d9eaf49

Please sign in to comment.