From 6f81b328c00b98a71a34a638a76bd6ee1cf1975b Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Sat, 29 Jun 2019 17:52:13 -0700 Subject: [PATCH] almost missed one --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 212a9397..eae65dbe 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ $(BINARY)_$(VERSION)-$(ITERATION)_amd64.deb: check_fpm package_build_linux --chdir package_build_linux docker: - docker build -f init/docker/Dockerfile -t $(DOCKER)/$(BINARY) . + docker build -f init/docker/Dockerfile -t $(DHUSER)/$(BINARY) . # Build an environment that can be packaged for linux. package_build_linux: readme man linux