Skip to content

Commit

Permalink
Add a TODO note in download.sh for some later implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Apr 18, 2022
1 parent 99a1a65 commit 7a85eba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a85eba

Please sign in to comment.