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