Skip to content

Commit

Permalink
Make Docker shut up
Browse files Browse the repository at this point in the history
  • Loading branch information
NullHypothesis committed Nov 2, 2024
1 parent 6fa0742 commit bf2f86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $(image_tar): Dockerfile.test

$(image_eif): $(image_tar)
@echo "Building $(image_eif)..."
@docker load -i $<
@docker load --quiet --input $<
@nitro-cli build-enclave \
--docker-uri $(image_tag) \
--output-file $(image_eif)
Expand Down

0 comments on commit bf2f86f

Please sign in to comment.