fix(): php extensions

pull/72/head
Magicalex 2020-11-20 18:08:34 +01:00
parent 914b3fcc4b
commit ce79c9f011
No known key found for this signature in database
GPG Key ID: A89B48B1788C3CB5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ if [ -n "${PHP_EXTENSIONS}" ]; then
PACKAGES="php7-${php_extension} ${PACKAGES}"
done
echo "[INFO] Adding php extensions"
apk add --no-progress --no-cache "${PACKAGES}"
apk add --no-progress --no-cache ${PACKAGES}
fi
cd /flarum/app