images/actions/php/Dockerfile aktualisiert
Some checks failed
CI / build_act (push) Successful in 3m9s
CI / build_php (8.2) (push) Failing after 1m52s
CI / build_java (17) (push) Successful in 3m33s
CI / build_java (1_8_0) (push) Successful in 2m25s
CI / build_php (8.1) (push) Failing after 1m34s
CI / build_java (21) (push) Successful in 2m50s
Some checks failed
CI / build_act (push) Successful in 3m9s
CI / build_php (8.2) (push) Failing after 1m52s
CI / build_java (17) (push) Successful in 3m33s
CI / build_java (1_8_0) (push) Successful in 2m25s
CI / build_php (8.1) (push) Failing after 1m34s
CI / build_java (21) (push) Successful in 2m50s
This commit is contained in:
parent
b500a7f3de
commit
807a96ff8c
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ RUN \
|
|||
RUN \
|
||||
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && \
|
||||
php composer-setup.php && \
|
||||
php -r "unlink('composer-setup.php')
|
||||
php -r "unlink('composer-setup.php')" && \
|
||||
sudo mv composer.phar /usr/local/bin/composer
|
Loading…
Reference in a new issue