aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0248164..7dc19f7 100644
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,6 @@ setup: ## Clone down additional repos that are needed for building
git clone git@github.com:thornycrackers/vim-options.git
build: ## Build the base image
- docker build -t thornycrackers/shellcheck shellcheck-builder
- docker run --rm -it -v $(CURDIR):/mnt thornycrackers/shellcheck
docker build -t thornycrackers/neovim .
docker push $(IMAGENAME)