diff --git a/download.sh b/download.sh index a6d8cc05a..e0b30d125 100755 --- a/download.sh +++ b/download.sh @@ -32,6 +32,8 @@ for suite in */; do ADD rootfs.tar.xz / CMD ["bash"] EODF + # TODO cleverly detect whether "bash" exists in "rootfs.tar.xz" (and fall back to "sh" if not) + # https://salsa.debian.org/debian/grow-your-ideas/-/issues/20 cat > "$suite/.dockerignore" <<-'EODI' ** !rootfs.tar.xz