Add git to be able to do go get

This commit is contained in:
Stefan Majer 2017-04-24 17:05:46 +02:00
parent c56cc83e2a
commit 3d0dd20f9c

View file

@ -1,4 +1,5 @@
FROM golang:alpine
RUN apk add --no-cache \
build-base
build-base \
git