We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would greatly grease the wheels of adoption if this had an ubuntu / apt install option
The text was updated successfully, but these errors were encountered:
use pecl:
pecl install zstd
checked with ubuntu docker image:
ubuntu
docker run --rm -it ubuntu apt update DEBIAN_FRONTEND=noninteractive apt install -y php-dev php-pear build-essential ca-certificates pecl install zstd
Sorry, something went wrong.
Ubuntu packages are provided by Ondrej Sury's great PPA:
https://launchpad.net/~ondrej/+archive/ubuntu/php
No branches or pull requests
It would greatly grease the wheels of adoption if this had an ubuntu / apt install option
The text was updated successfully, but these errors were encountered: