mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
add --rm for transfused
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
6f9f612cad
commit
f98fb92480
@ -7,7 +7,7 @@ DEPS=$(HDR) $(SRC)
|
||||
|
||||
all: Dockerfile $(DEPS)
|
||||
docker build -t transfused:build .
|
||||
docker run transfused:build cat transfused > transfused
|
||||
docker run --rm transfused:build cat transfused > transfused
|
||||
chmod 755 transfused
|
||||
|
||||
transfused: $(DEPS)
|
||||
|
Loading…
Reference in New Issue
Block a user