From a515e5413b34f7eea3bcb842cc9c37ded356eadb Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 30 May 2017 11:49:25 -0600 Subject: Move back to ubuntu, fuck alpine's shitty package selection --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3