From 8d85d2e737e1e250d8e33d7f6e5e46b7bbf28c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Thu, 21 Jul 2022 23:12:47 +0200 Subject: [PATCH] Do not override customized GD with default one in Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 181c9495..925f4fe1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,8 +12,8 @@ RUN docker-php-ext-configure gd \ --with-freetype \ && docker-php-ext-install gd - # Install other needed PHP extensions -RUN docker-php-ext-install pdo_mysql curl intl mbstring bcmath gd zip xml xsl +# Install other needed PHP extensions +RUN docker-php-ext-install pdo_mysql curl intl mbstring bcmath zip xml xsl # Install yarn RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -