From 0b2ce51d964724921092d746f59bcb88353fc9d3 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 30 Jun 2021 13:14:14 -0700 Subject: [PATCH] Makefile: Make sure container is built before docs --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 29320892..10b1f253 100644 --- a/Makefile +++ b/Makefile @@ -129,6 +129,7 @@ test-in-podman: docs-in-docker: docs-in-podman docs-in-podman: + $(DOCKER) build -t welder/lorax-tests:$(IMAGE_RELEASE) -f Dockerfile.test . $(DOCKER) run -it --rm -v `pwd`:/lorax-ro:ro \ -v `pwd`/docs/:/lorax-ro/docs/ \ --env LORAX_VERSION=$(DOCS_VERSION) \