mirror of
https://git.netzspielplatz.de/docker-multiarch/wordpress-fpm-alpine-webp.git
synced 2025-11-08 18:39:24 +00:00
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:
parent
b98a398ac2
commit
063e101aba
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue