Added 'wget' to .gitlab-ci.yml
This commit is contained in:
parent
0b79f5598a
commit
2cc0d6f582
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ image: php:8.1
|
|||
before_script:
|
||||
# Install some stuff that the image doesn't come with
|
||||
- apt update -yqq
|
||||
- apt install git libpq-dev libzip-dev zip make -yqq
|
||||
- apt install git libpq-dev libzip-dev zip make wget -yqq
|
||||
|
||||
# Install phive
|
||||
- wget -O phive.phar https://phar.io/releases/phive.phar
|
||||
|
|
Loading…
Add table
Reference in a new issue