This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 230414abb AVRO-2843: [PHP] Add ext-curl to PHP setup in Dockerfile
(#3309)
230414abb is described below
commit 230414abbb68e63e68f3b55bfc0cbca94f2737f6
Author: Adam Quaile <[email protected]>
AuthorDate: Mon Feb 10 07:46:22 2025 +0000
AVRO-2843: [PHP] Add ext-curl to PHP setup in Dockerfile (#3309)
---
share/docker/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index 7aba02e98..70bf22755 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -89,6 +89,7 @@ RUN apt-get -qqy install --no-install-recommends libzstd-dev \
libbz2-dev \
php \
php-bz2 \
+ php-curl \
php-gmp \
php-xml \
php-mbstring \