Created
June 29, 2015 22:47
-
-
Save tianon/885ea8713dc32963678c to your computer and use it in GitHub Desktop.
Dockerfile heredoc idea
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM debian:jessie | |
RUN <<EOI | |
set -e | |
apt-get update | |
apt-get install -y \ | |
package \ | |
package \ | |
package | |
EOI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment