mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Install git from Debian strech sources
This commit is contained in:
parent
d5cecaa7dc
commit
d0830864e3
4 changed files with 4 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue