diff --git a/copy.sh b/copy.sh index 7c8fbef..b8b1f86 100755 --- a/copy.sh +++ b/copy.sh @@ -11,6 +11,9 @@ source_images=( # localnet build images "golang:1.22.5-bookworm" + + # docker syntax + docker/dockerfile:1.7-labs ) for source_image in "${source_images[@]}"; do