github.com/swisspost/terratest@v0.0.0-20230214120104-7ec6de2e1ae0/examples/docker-hello-world-example/Dockerfile (about) 1 # website::tag::1:: Build a simple Docker image that contains a text file with the contents "Hello, World!" 2 FROM ubuntu:18.04 3 RUN echo 'Hello, World!' > /test.txt