diff --git a/rootfs/usr/local/bin/startup b/rootfs/usr/local/bin/startup index 0c7e12e..ba1655b 100644 --- a/rootfs/usr/local/bin/startup +++ b/rootfs/usr/local/bin/startup @@ -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