Add image with golang for use with gitlab-ce builds with gitaly

This commit is contained in:
Alejandro Rodríguez 2017-03-29 17:50:14 -03:00
parent 1cb3b6104c
commit 616e7d961b
8 changed files with 43 additions and 17 deletions

View file

@ -11,6 +11,6 @@ RUN apt-get update && apt-get install -y \
ADD . $PWD
RUN scripts/install-golang
RUN scripts/install-git
ENV PATH /usr/local/bin:$PATH