From df59c7b7bc6a9d8af295c7e98628232c66cf1b10 Mon Sep 17 00:00:00 2001 From: cytopia Date: Thu, 17 Mar 2022 18:35:37 +0100 Subject: [PATCH] Show commands used in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f907975..6c193d5 100644 --- a/Makefile +++ b/Makefile @@ -424,4 +424,4 @@ _check-image-exists: _pull-base-image: @echo "Pulling root image for PHP ${VERSION}" - @docker pull --platform $(ARCH) $(shell grep FROM $(DIR)/base/Dockerfile-${VERSION} | sed 's/^FROM\s*//g';) + docker pull --platform $(ARCH) $(shell grep FROM $(DIR)/base/Dockerfile-${VERSION} | sed 's/^FROM\s*//g';)