diff --git a/5.6/Dockerfile b/5.6/Dockerfile index 1ec631d4..02a56b65 100644 --- a/5.6/Dockerfile +++ b/5.6/Dockerfile @@ -60,6 +60,7 @@ RUN set -xe; \ apt-get -y --no-install-recommends install >/dev/null \ cron \ dnsutils \ + git \ git-lfs \ ghostscript \ # html2text binary - used for self-testing (php-fpm) @@ -84,8 +85,6 @@ RUN set -xe; \ zip \ zsh \ ;\ - # More recent version of git to get composer's git cache. - apt-get -y --no-install-recommends -t jessie-backports install git >/dev/null ;\ # Cleanup apt-get clean; rm -rf /var/lib/apt/lists/* diff --git a/7.0/Dockerfile b/7.0/Dockerfile index c0fc7258..623f766a 100644 --- a/7.0/Dockerfile +++ b/7.0/Dockerfile @@ -63,6 +63,7 @@ RUN set -xe; \ apt-get -y --no-install-recommends install >/dev/null \ cron \ dnsutils \ + git \ git-lfs \ ghostscript \ # html2text binary - used for self-testing (php-fpm) @@ -87,8 +88,6 @@ RUN set -xe; \ zip \ zsh \ ;\ - # More recent version of git to get composer's git cache. - apt-get -y --no-install-recommends -t jessie-backports install git >/dev/null ;\ # Cleanup apt-get clean; rm -rf /var/lib/apt/lists/* diff --git a/7.1/Dockerfile b/7.1/Dockerfile index 32f78664..3f3df280 100644 --- a/7.1/Dockerfile +++ b/7.1/Dockerfile @@ -63,6 +63,7 @@ RUN set -xe; \ apt-get -y --no-install-recommends install >/dev/null \ cron \ dnsutils \ + git \ git-lfs \ ghostscript \ # html2text binary - used for self-testing (php-fpm) @@ -87,8 +88,6 @@ RUN set -xe; \ zip \ zsh \ ;\ - # More recent version of git to get composer's git cache. - apt-get -y --no-install-recommends -t jessie-backports install git >/dev/null ;\ # Cleanup apt-get clean; rm -rf /var/lib/apt/lists/* diff --git a/7.2/Dockerfile b/7.2/Dockerfile index 0719272b..d176c7f6 100644 --- a/7.2/Dockerfile +++ b/7.2/Dockerfile @@ -63,6 +63,7 @@ RUN set -xe; \ apt-get -y --no-install-recommends install >/dev/null \ cron \ dnsutils \ + git \ git-lfs \ ghostscript \ # html2text binary - used for self-testing (php-fpm) @@ -87,8 +88,6 @@ RUN set -xe; \ zip \ zsh \ ;\ - # More recent version of git to get composer's git cache. - apt-get -y --no-install-recommends -t jessie-backports install git >/dev/null ;\ # Cleanup apt-get clean; rm -rf /var/lib/apt/lists/*