mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
remove intermediate containers in test harness
Save disk space on workstation.
This commit is contained in:
parent
fd48262fbb
commit
58e6360698
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ header() {
|
|||
build_image() {
|
||||
name=$1
|
||||
header $name
|
||||
pushd hacking/$name && echo $PWD && docker build -t $name .
|
||||
pushd hacking/$name && echo $PWD && docker build --rm -t $name .
|
||||
popd
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue