podman-compose/tests/integration/build_fail/context/Dockerfile
Povilas Kanapickas 18472b53ac Move all tests to single directory "tests"
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
2024-06-26 11:28:16 +03:00

4 lines
56 B
Docker

FROM busybox
RUN this_command_does_not_exist
CMD ["sh"]