mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Fix makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -89,7 +89,7 @@ lint-build-test-all: $(foreach I,$(ALL_IMAGES),lint/$(I) arch_patch/$(I) build/$
|
|||||||
lint-install: ## install hadolint
|
lint-install: ## install hadolint
|
||||||
@echo "Installing hadolint at $(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)"
|
@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!"
|
@echo "Installation done!"
|
||||||
@$(HADOLINT) --version
|
@$(HADOLINT) --version
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user