From ccc9ed3b6d34323649af36eb2da92ffdf6d81b58 Mon Sep 17 00:00:00 2001 From: Romain Date: Fri, 29 May 2020 22:47:57 +0200 Subject: [PATCH] Fix makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c730a368..106ebcfd 100644 --- a/Makefile +++ b/Makefile @@ -89,9 +89,9 @@ lint-build-test-all: $(foreach I,$(ALL_IMAGES),lint/$(I) arch_patch/$(I) build/$ lint-install: ## install hadolint @echo "Installing hadolint at $(HADOLINT) ..." @curl -sL -o $(HADOLINT) "https://github.com/hadolint/hadolint/releases/download/v1.17.6/hadolint-$(shell uname -s)-$(shell uname -m)" - $(shell chmod 700 ${HADOLINT}) + @chmod 700 $(HADOLINT) @echo "Installation done!" - @$(HADOLINT) --version + @$(HADOLINT) --version img-clean: img-rm-dang img-rm ## clean dangling and jupyter images