diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-05-30 11:49:25 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-05-30 11:49:25 -0600 |
commit | a515e5413b34f7eea3bcb842cc9c37ded356eadb (patch) | |
tree | 399de4b4e0b16c64d414050895492b446dd0a12e /Makefile | |
parent | 4c9f98b16b22790205d0c34d9619027abd83a817 (diff) |
Move back to ubuntu, fuck alpine's shitty package selection
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |