remove build-time container in make image

This commit is contained in:
Bradley Cicenas 2017-06-10 12:37:36 +00:00
parent 53b612ab07
commit b49e174483
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ 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: