We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d286d commit baa77cbCopy full SHA for baa77cb
Dockerfile
@@ -5,7 +5,7 @@ LABEL repository="https://github.com/php-actions/phpunit"
5
LABEL homepage="https://github.com/php-actions/phpunit"
6
LABEL maintainer="Greg Bowler <[email protected]>"
7
8
-RUN apt-get update && apt-get install -y composer
9
-RUN composer global require --no-progress phpunit/phpunit 9.*
+RUN curl https://raw.githubusercontent.com/composer/getcomposer.org/master/web/installer | php -- --quiet
+RUN ./composer.phar global require --no-progress phpunit/phpunit 9.*
10
COPY entrypoint /usr/local/bin/entrypoint
11
ENTRYPOINT ["/usr/local/bin/entrypoint"]
0 commit comments