mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 20:39:25 +00:00
okay, go install is neccessary in this setup
This commit is contained in:
parent
40279c8377
commit
7365715b11
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ ENV GO111MODULE on
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache git && \
|
apk add --no-cache git && \
|
||||||
git clone -b release https://github.com/minio/minio && cd minio && \
|
git clone -b release https://github.com/minio/minio && cd minio && \
|
||||||
git checkout release && go build -v -ldflags "$(go run buildscripts/gen-ldflags.go)"
|
git checkout release && go install -v -ldflags "$(go run buildscripts/gen-ldflags.go)"
|
||||||
|
|
||||||
FROM alpine:3.12
|
FROM alpine:3.12
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue