repo2docker/tests/dockerfile/simple
Min RK f2f8bb666e update Python in dockerfile tests
installing with Python 3.5 is starting to fail
2022-01-28 15:48:55 +01:00
..
Dockerfile update Python in dockerfile tests 2022-01-28 15:48:55 +01:00
README.rst improving readmes for tests 2018-04-24 17:14:01 -07:00
sayhi.sh Fix dockerfile builds and add tests for them 2017-07-29 22:51:46 -07:00
verify Fixs dockerfile tests that did not work 2018-07-04 14:29:50 +02:00

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.