Skip to content

Instantly share code, notes, and snippets.

@tianon
Created June 29, 2015 22:47
Show Gist options
  • Save tianon/885ea8713dc32963678c to your computer and use it in GitHub Desktop.
Save tianon/885ea8713dc32963678c to your computer and use it in GitHub Desktop.
Dockerfile heredoc idea
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