From 72a4bebd7f541204a6c16f548fbf459050e19405 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 2 Jan 2019 11:26:15 -0800 Subject: [PATCH] dokku has git --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d3d7d8d..622e811 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM xena/go:1.11.1 AS build #ENV GOPROXY https://cache.greedo.xeserv.us COPY . /site WORKDIR /site +RUN apk --no-cache add git RUN CGO_ENABLED=0 GOBIN=/root go install -v ./cmd/site FROM xena/alpine