github.com/terraform-modules-krish/terratest@v0.29.0/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