diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
