Skip to content

Commit

Permalink
Fix Couchbase 4.2.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasmullie committed Apr 2, 2024
1 parent 3543433 commit 5c37d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

apt-get update
apt-get install --reinstall -y ca-certificates
apt-get install -y libssl-dev zlib1g-dev libzip-dev libmemcached-dev libpq-dev cmake
apt-get install -y libssl-dev zlib1g-dev libzip-dev libmemcached-dev libpq-dev git cmake

pecl install -f couchbase
pecl install -f xdebug
Expand Down

0 comments on commit 5c37d8b

Please sign in to comment.