FROM busybox:1.36

CMD ["sh", "-c", "printf 'line 1\nline 2\nline 3\n'; tail -f /dev/null"]
