mirror of
https://git.netzspielplatz.de/docker-multiarch/wordpress-fpm-alpine-webp.git
synced 2025-11-08 20:29:27 +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
|
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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue