Revert "remove build-time container in make image"

This reverts commit b49e174483.
This commit is contained in:
Bradley Cicenas 2017-06-10 12:15:42 -03:00
parent b5361c2a28
commit f56ff96b88
1 changed files with 0 additions and 1 deletions

View File

@ -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: