Add 'git' to runtime image

This commit is contained in:
Tom Wiesing 2020-07-07 17:19:35 +02:00
parent ddcfeea0c6
commit c77817fba1
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
zip unzip \ zip unzip \
default-mysql-client \ default-mysql-client \
imagemagick \ imagemagick \
git \
&& \ && \
docker-php-source extract && \ docker-php-source extract && \
docker-php-ext-install \ docker-php-ext-install \