diskimage-builder/elements/fedora/install.d/00-fedora-fixup-openssl

11 lines
299 B
Bash
Executable File

#!/bin/bash
set -eu
set -o pipefail
# 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