From f56ff96b88123f7d111a300c36b722a10db42679 Mon Sep 17 00:00:00 2001 From: Bradley Cicenas Date: Sat, 10 Jun 2017 12:15:42 -0300 Subject: [PATCH] Revert "remove build-time container in make image" This reverts commit b49e17448320d43ebaf0815be65e5a0871d25e4c. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index a9c902b..f529bc0 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,6 @@ image: docker build -t ctop_build -f Dockerfile_build . docker create --name=ctop_built ctop_build ctop -v docker cp ctop_built:/go/bin/ctop . - docker rm -vf ctop_built docker build -t ctop -f Dockerfile . release: