mirror of
https://github.com/minio/minio.git
synced 2024-12-23 21:55:53 -05:00
Build docker edge from master
This commit is contained in:
parent
1cd5d7942f
commit
6a6a30c33c
@ -9,7 +9,7 @@ ENV GO111MODULE on
|
||||
RUN \
|
||||
apk add --no-cache git && \
|
||||
git clone https://github.com/minio/minio && cd minio && \
|
||||
go install -v -ldflags "$(go run buildscripts/gen-ldflags.go)"
|
||||
git checkout master && go install -v -ldflags "$(go run buildscripts/gen-ldflags.go)"
|
||||
|
||||
FROM alpine:3.10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user