mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 12:40:24 +03:00
Build docker edge from master
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ ENV GO111MODULE on
|
|||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache git && \
|
apk add --no-cache git && \
|
||||||
git clone https://github.com/minio/minio && cd minio && \
|
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
|
FROM alpine:3.10
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user