#printf RUN printf '#!/bin/bash\n\ echo hello world from line 1\n\ echo hello world from line 2'\ >> /tmp/hello #echo RUN echo -e '#!/bin/bash\n\ echo hello world from line 1\n\ echo hello world from line 2'\ >> /tmp/hello