Skip to content

Commit

Permalink
feat: xargs --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaatif committed Jul 2, 2024
1 parent e0e74d5 commit e365faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN <<EOF
set -eux
: smoke test executables
find /usr/local/bin -type f -executable -print0 \
| xargs --null --replace tini -- {} --help
| xargs --null --replace --verbose tini -- {} --help
EOF

# can't refer to docker args in an ENTRYPOINT directive, so go through a symlink
Expand Down

0 comments on commit e365faf

Please sign in to comment.