repo2docker/tests/dockerfile/simple
..
Dockerfile
README.rst
sayhi.sh
verify

README.rst

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

Docker - Running scripts
------------------------

It's possible to run scripts using Docker in your build. In this case, we run
a simple shell script after installing dependencies.

While it's possible to run code with Dockerfiles, we recommend
that try accomplishing the same thing with ``apt.txt`` and
``postBuild`` files. Only use Dockerfiles when necessary.