Skip to content

Commit e37a7e3

Browse files
committed
fix: OpenSSL build
1 parent dd66d5c commit e37a7e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/build_scripts/build-openssl.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ fi
3232

3333
if [ "${OS_ID_LIKE}" = "rhel" ];then
3434
manylinux_pkg_remove openssl-devel
35+
manylinux_pkg_install perl-core
3536
elif [ "${OS_ID_LIKE}" = "debian" ];then
3637
manylinux_pkg_remove libssl-dev
3738
elif [ "${OS_ID_LIKE}" = "alpine" ]; then
3839
manylinux_pkg_remove openssl-dev
3940
fi
41+
manylinux_pkg_clean
4042

4143
PREFIX=/opt/_internal/openssl-${OPENSSL_VERSION%.*}
4244

0 commit comments

Comments
 (0)