fix arm cache

This commit is contained in:
Jay Lee
2019-10-21 14:30:56 -04:00
parent dc788a68f8
commit d77d45b5bc
2 changed files with 1 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ if [ $SSLRESULT -ne 0 ] || [[ "$SSLVER" != "OpenSSL $BUILD_OPENSSL_VERSION "* ]]
sudo apt-get -qq --yes update > /dev/null
sudo apt-get -qq --yes build-dep python3 > /dev/null
sudo apt-get -qq --yes install zlib1g-dev > /dev/null
sudo apt-get -qq --yes install libffi-dev > /dev/null
# Compile latest OpenSSL
echo "Downloading OpenSSL..."