Skip to content

Commit 0a85784

Browse files
committed
Makefile: silent docker build commands
1 parent 8b6ac23 commit 0a85784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ docker-build-debugger: ## Build debugger Docker image
291291

292292
.PHONY: docker-build-frontend
293293
docker-build-frontend: ## Build frontend Docker image
294-
docker build -t $(DOCKER_ORG)/mina-rust-frontend:$(GIT_COMMIT) frontend/
294+
@docker build -t $(DOCKER_ORG)/mina-rust-frontend:$(GIT_COMMIT) frontend/
295295

296296
.PHONY: docker-build-fuzzing
297297
docker-build-fuzzing: ## Build fuzzing Docker image
@@ -314,7 +314,7 @@ docker-build-light-focal: ## Build light focal Docker image
314314

315315
.PHONY: docker-build-mina
316316
docker-build-mina: ## Build main Mina Docker image
317-
docker build -t $(DOCKER_ORG)/mina-rust:$(GIT_COMMIT) .
317+
@docker build -t $(DOCKER_ORG)/mina-rust:$(GIT_COMMIT) .
318318

319319
.PHONY: docker-build-mina-testing
320320
docker-build-mina-testing: ## Build Mina testing Docker image

0 commit comments

Comments
 (0)