From b2d86119b18cd7d2c4b5567bf3723db95ef4cefc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 19 Oct 2020 17:30:15 +0200 Subject: [PATCH] Remove unknown package --- entrypoint.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 2caea9b..99dd43d 100755 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -7,7 +7,7 @@ init_composer() { if [ -n "$OPENID_ENABLED" ]; then if ! type composer > /dev/null 2>&1; then - apt update && apt install -y curl git unzip php-zip zip + apt update && apt install -y curl git unzip zip curl -sS https://getcomposer.org/installer -o /tmp/composer-setup.php php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=1.10.15 composer -V