Install git from Debian strech sources

This commit is contained in:
Z.J. van de Weg 2016-09-23 19:36:09 +03:00
parent d5cecaa7dc
commit d0830864e3
4 changed files with 4 additions and 24 deletions

View file

@ -1,12 +1,8 @@
FROM ruby:2.3
ENV PACKAGES="git-core" \
LC_ALL=en_US.UTF-8
ADD / /
RUN /scripts/install-essentials
RUN /scripts/install-phantomjs 2.1.1
RUN /scripts/install-git
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8