Do not override customized GD with default one in Dockerfile

This commit is contained in:
Jan Böhmer 2022-07-21 23:12:47 +02:00
parent d3d92d6013
commit 8d85d2e737

View file

@ -13,7 +13,7 @@ RUN docker-php-ext-configure gd \
&& docker-php-ext-install gd && docker-php-ext-install gd
# Install other needed PHP extensions # Install other needed PHP extensions
RUN docker-php-ext-install pdo_mysql curl intl mbstring bcmath gd zip xml xsl RUN docker-php-ext-install pdo_mysql curl intl mbstring bcmath zip xml xsl
# Install yarn # Install yarn
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -