Fix missing git package in Dockerfile
This commit is contained in:
parent
e1dae5cec1
commit
516939bf26
|
@ -1,5 +1,6 @@
|
||||||
FROM golang:1.12-alpine as builder
|
FROM golang:1.12-alpine as builder
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
|
apk add --no-cache git && \
|
||||||
apk add --no-cache upx=3.95-r1
|
apk add --no-cache upx=3.95-r1
|
||||||
|
|
||||||
RUN go get github.com/GeertJohan/go.rice/rice && \
|
RUN go get github.com/GeertJohan/go.rice/rice && \
|
||||||
|
|
Loading…
Reference in New Issue