1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 16:42:41 +00:00

Check that wget works

This commit is contained in:
Michele Locati 2021-07-12 16:48:27 +02:00
parent a619af25fd
commit 838f8615b5
No known key found for this signature in database
GPG key ID: 98B7CE2E7234E28B

View file

@ -4,9 +4,11 @@
set -o errexit
set -o nounset
wget -qO /dev/null https://www.google.com && echo wget works
apk update
apk del libzip
apk add ebook-tools # <- uses libzip
CI=true ./install-php-extensions zip # <- uses libzip
apk del ebook-tools
php --ri zip
wget -qO /dev/null https://www.google.com && echo wget works