Skip to content

Commit

Permalink
Install openssh
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed May 31, 2023
1 parent 259c6a6 commit 0f31201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/makephar.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0f31201

Please sign in to comment.