aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-05-30 11:49:25 -0600
committerCody Hiar <codyfh@gmail.com>2017-05-30 11:49:25 -0600
commita515e5413b34f7eea3bcb842cc9c37ded356eadb (patch)
tree399de4b4e0b16c64d414050895492b446dd0a12e /Makefile
parent4c9f98b16b22790205d0c34d9619027abd83a817 (diff)
Move back to ubuntu, fuck alpine's shitty package selection
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)