Fix missing git package in Dockerfile

This commit is contained in:
Vikram Rangnekar 2019-03-28 01:57:49 -04:00
parent e1dae5cec1
commit 516939bf26
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
FROM golang:1.12-alpine as builder
RUN apk update && \
apk add --no-cache git && \
apk add --no-cache upx=3.95-r1
RUN go get github.com/GeertJohan/go.rice/rice && \