From c82a9516e87052f3d05f921ec947ef10472dbff5 Mon Sep 17 00:00:00 2001 From: Indy Jones <2567378+indyjonesnl@users.noreply.github.com> Date: Fri, 29 Mar 2024 13:38:21 +0100 Subject: [PATCH] Add PHP ext GRPC --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3758dc2..33ed51b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN apk add --no-cache \ RUN install-php-extensions \ bcmath \ gd \ + grpc \ intl \ mongodb-stable \ mysqli \