Update openssl for Fedora.
We need to update openssl before proceeding as part of the image build because the version on the Fedora cloud image is no longer compatible with new python environments installed by virtualenv. Change-Id: I3ed889f7382e7ca0de052ef5bdd6afeefc8bbdd8 Closes-Bug: #1254879
This commit is contained in:
parent
844daff526
commit
f5d5667b32
7
elements/fedora/install.d/00-fedora-fixup-openssl
Executable file
7
elements/fedora/install.d/00-fedora-fixup-openssl
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# The version of openssl shipped in the fedora cloud image is no longer
|
||||
# compatible with new python environments installed by virtualenv, so we need
|
||||
# to update it first.
|
||||
# See https://bugs.launchpad.net/diskimage-builder/+bug/1254879
|
||||
install-packages openssl
|
Loading…
Reference in New Issue
Block a user