docker: Fix docker build.

This commit is contained in:
Harshavardhana
2016-02-04 18:19:49 -08:00
parent 1c75d35c26
commit c9d2904e42
3 changed files with 4 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ pkg-remove:
install: gomake-all
dockerimage: checkdocker verifiers
dockerimage: checkdocker verifiers $(UI_ASSETS)
@echo "Building docker image:" minio:$(TAG)
@GO15VENDOREXPERIMENT=1 go build --ldflags $(DOCKER_LDFLAGS) -o minio.dockerimage
@mkdir -p export