From 894c78bf99c13d3b808e4863a4b212b7725f5469 Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Sun, 9 Jan 2022 14:43:33 +0000 Subject: [PATCH] [TOOLS] Keep git in docker image, since we use patched composer packages, temporarily --- docker/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/php/Dockerfile b/docker/php/Dockerfile index c77955d153..8b4a8b52f1 100644 --- a/docker/php/Dockerfile +++ b/docker/php/Dockerfile @@ -14,7 +14,7 @@ RUN apk add --virtual .phpize-deps $PHPIZE_DEPS \ && cd /tmp && git clone https://github.com/libvips/php-vips-ext && cd php-vips-ext && phpize && ./configure && make install \ && rm -rf /usr/share/php7 \ && rm -rf /tmp/* \ - && apk del .phpize-deps gcc g++ git autoconf > /dev/null + && apk del .phpize-deps gcc g++ autoconf > /dev/null RUN docker-php-ext-install bcmath exif gd gettext gmp intl mysqli opcache pdo pdo_mysql mysqli pdo_pgsql pgsql \ && docker-php-ext-enable ds msgpack redis apcu vips