From 21520e9b8d231e9304415a801f3cdbc208ec27e7 Mon Sep 17 00:00:00 2001 From: Draconis Date: Thu, 19 Dec 2024 06:08:55 +0100 Subject: [PATCH] php extensions added --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 674c16c..3a2f9b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update -qq && \ apt-get clean && rm -rf /var/lib/apt/lists/* /var/log/* # PHP Extensions -RUN docker-php-ext-install -j$(nproc) opcache mbstring +RUN docker-php-ext-install -j$(nproc) opcache gd bcmath COPY --link conf/php.ini /usr/local/etc/php/conf.d/app.ini # Apache