mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
4 lines
113 B
Plaintext
4 lines
113 B
Plaintext
FROM busybox
|
|
# This should fail building if docker cannot resolve some-custom-host
|
|
RUN ping -c1 some-custom-host
|