From 063e101abae6a0e95aee37aaf6a43b829525debe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=20Gl=C3=A4=C3=9F-St=C3=B6cker?= Date: Wed, 16 Jun 2021 09:38:33 +0200 Subject: [PATCH] moved php-ext-install for curl to the existing php-ext-install stage so we get a little bit smaller images --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 64e7eaa..5c9432d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,4 @@ RUN apk update && apk add --no-cache freetype-dev \ ssmtp RUN docker-php-ext-configure gd --with-freetype --with-webp --with-jpeg && \ - docker-php-ext-install gd - -RUN docker-php-ext-install curl + docker-php-ext-install gd curl