Skip to content

Commit

Permalink
Fix arch for python3-bcrypt
Browse files Browse the repository at this point in the history
The python3-bcrypt library is going to be installed inside the
ipa-ramdisk based on its architecture.
  • Loading branch information
elfosardo committed Aug 18, 2020
1 parent 28e0a55 commit 94a56e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ocp
Expand Up @@ -13,7 +13,7 @@ RUN dnf upgrade -y && \
&& \
dnf download --destdir /tmp/packages \
openstack-ironic-python-agent \
python3-bcrypt \
python3-bcrypt.$(uname -m) \
python3-ironic-lib \
python3-ironic-python-agent \
rhosp-director-images-ipa-$(uname -m) \
Expand Down

0 comments on commit 94a56e4

Please sign in to comment.