Skip to content

Commit c252a97

Browse files
authored
Merge pull request #207 from OffchainLabs/pmikolajczyk-update-docker
Remove obsolete --no-rm
2 parents a6c9dc3 + de19c34 commit c252a97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test-node.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ if $build_utils; then
446446
if $force_build_utils; then
447447
UTILS_NOCACHE="--no-cache"
448448
fi
449-
docker compose build --no-rm $UTILS_NOCACHE $LOCAL_BUILD_NODES
449+
docker compose build $UTILS_NOCACHE $LOCAL_BUILD_NODES
450450
fi
451451
fi
452452

@@ -467,7 +467,7 @@ if $blockscout; then
467467
fi
468468

469469
if $build_node_images; then
470-
docker compose build --no-rm $NODES
470+
docker compose build $NODES
471471
fi
472472

473473
if $force_init; then

0 commit comments

Comments
 (0)