From 0f31201bf33f6a59c519c788d6b77bfe3e8e732a Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 31 May 2023 12:33:24 +0200 Subject: [PATCH] Install openssh --- tests/makephar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/makephar.sh b/tests/makephar.sh index 976eb3f34e..61d926f8a0 100755 --- a/tests/makephar.sh +++ b/tests/makephar.sh @@ -8,7 +8,7 @@ php composer-setup.php php -r "unlink('composer-setup.php');" mv composer.phar /usr/local/bin/composer -apk add procps git unzip github-cli +apk add procps git unzip github-cli openssh echo "$TAG" | grep -q '\.9999' && exit 0 || true echo "$TAG" | grep -q '\.9998' && exit 0 || true