mirror of
https://github.com/containers/podman-compose.git
synced 2025-02-19 03:41:49 +01:00
4 lines
56 B
Docker
4 lines
56 B
Docker
|
FROM busybox
|
||
|
RUN this_command_does_not_exist
|
||
|
CMD ["sh"]
|