Skip to content

Commit

Permalink
Removed git version override
Browse files Browse the repository at this point in the history
Debian Stretch ships with git v2.11.0, so the override introduced in #25 is no longer necessary.
  • Loading branch information
lmakarov committed Jul 19, 2018
1 parent 0766d9d commit 78152c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions 5.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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/*

Expand Down
3 changes: 1 addition & 2 deletions 7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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/*

Expand Down
3 changes: 1 addition & 2 deletions 7.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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/*

Expand Down
3 changes: 1 addition & 2 deletions 7.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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/*

Expand Down

0 comments on commit 78152c3

Please sign in to comment.