A bunch of changes, most in response to Peter's review.
[arvados.git] / docker / build_tools / Makefile
index f3dd90c6c741db3a1a3dd0ec0e98bfbce0323283..d92349c50be7f387faeaa798f91867d0c8b6bf5f 100644 (file)
@@ -148,10 +148,7 @@ $(SSO_GENERATED): $(SSO_GENERATED_IN)
 $(KEEP_GENERATED): $(KEEP_GENERATED_IN)
        $(CONFIG_RB) keep
 
-# The docker build -q option suppresses verbose build output.
-# Necessary to prevent failure on building warehouse; see
-# https://github.com/dotcloud/docker/issues/3172
-DOCKER_BUILD = $(DOCKER) build -q --rm=true
+DOCKER_BUILD = $(DOCKER) build --rm=true
 
 # ============================================================
 # The main Arvados servers: api, doc, workbench, compute