podman-compose/tests/build_fail/context/Dockerfile
BugFest 5a3bdbf89b Exit code managed at PodmanCompose.run()
Signed-off-by: BugFest <bugfest.dev@pm.me>
2023-04-12 22:25:33 +03:00

4 lines
56 B
Docker

FROM busybox
RUN this_command_does_not_exist
CMD ["sh"]