[TOOLS] Keep git in docker image, since we use patched composer packages, temporarily

This commit is contained in:
Hugo Sales 2022-01-09 14:43:33 +00:00
parent 38baa192d8
commit 894c78bf99
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 1 additions and 1 deletions

View File

@ -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