Show commands used in Makefile

This commit is contained in:
cytopia
2022-03-17 18:35:37 +01:00
parent c18bac4387
commit df59c7b7bc

View File

@@ -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';)