Skip to content

Commit 567cfb8

Browse files
committed
Ensure /usr/local/ssl exists
Newer images may not have it
1 parent 898ddd4 commit 567cfb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/compile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ pushd "${INSTALL_DEST}/${VERSION}"
2222

2323

2424
# update default_cert_file
25-
wget -O /usr/local/ssl/cert.pem https://curl.haxx.se/ca/cacert.pem
25+
sudo mkdir -p /usr/local/ssl
26+
sudo wget -O /usr/local/ssl/cert.pem https://curl.haxx.se/ca/cacert.pem
2627

2728

2829
# don't install pear on master (issue with php 8.0)

0 commit comments

Comments
 (0)