moved php-ext-install for curl to the existing php-ext-install stage so we get a little bit smaller images

This commit is contained in:
Micha Gläß-Stöcker 2021-06-16 09:38:33 +02:00
parent b98a398ac2
commit 063e101aba

View file

@ -9,6 +9,4 @@ RUN apk update && apk add --no-cache freetype-dev \
ssmtp ssmtp
RUN docker-php-ext-configure gd --with-freetype --with-webp --with-jpeg && \ RUN docker-php-ext-configure gd --with-freetype --with-webp --with-jpeg && \
docker-php-ext-install gd docker-php-ext-install gd curl
RUN docker-php-ext-install curl