File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ docker-build-debugger: ## Build debugger Docker image
291
291
292
292
.PHONY : docker-build-frontend
293
293
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/
295
295
296
296
.PHONY : docker-build-fuzzing
297
297
docker-build-fuzzing : # # Build fuzzing Docker image
@@ -314,7 +314,7 @@ docker-build-light-focal: ## Build light focal Docker image
314
314
315
315
.PHONY : docker-build-mina
316
316
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 ) .
318
318
319
319
.PHONY : docker-build-mina-testing
320
320
docker-build-mina-testing : # # Build Mina testing Docker image
You can’t perform that action at this time.
0 commit comments