docker-RUN-file Experiment with moving shell commands from RUN to a script file. Benefits Write robust shell scripts without initial indentation, backslashes and &&-s Dramatically reduce the size of your Dockerfile Reuse scripts Use functions Read other files