mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
remove build-time container in make image
This commit is contained in:
parent
53b612ab07
commit
b49e174483
1
Makefile
1
Makefile
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user