We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a4fd7 commit cba174cCopy full SHA for cba174c
config.sh
@@ -50,6 +50,7 @@ function build_curl {
50
flags="$flags --with-ssl"
51
# yum_install perl-IPC-Cmd
52
# yum_install perl-Pod-Html
53
+ yum_install wget
54
wget https://curl.se/ca/cacert.pem
55
mkdir -p ${BUILD_PREFIX}/ssl
56
mv cacert.pem ${BUILD_PREFIX}/ssl
0 commit comments