mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-23 00:13:25 +01:00
5a3bdbf89b
Signed-off-by: BugFest <bugfest.dev@pm.me>
4 lines
56 B
Docker
4 lines
56 B
Docker
FROM busybox
|
|
RUN this_command_does_not_exist
|
|
CMD ["sh"]
|