Skip to content

Commit

Permalink
PHP 7.3 image no longer includes libzip-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Programie committed Aug 13, 2019
1 parent 3a949b7 commit 787f8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cache:

before_script:
- apt-get update -yqq
- apt-get install -yqq git unzip zlib1g-dev
- apt-get install -yqq git libzip-dev unzip zlib1g-dev
- docker-php-ext-install zip
- pecl install xdebug
- docker-php-ext-enable xdebug
Expand Down

0 comments on commit 787f8bb

Please sign in to comment.