Skip to content

Instantly share code, notes, and snippets.

@wheelq
Created May 9, 2019 09:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wheelq/cddeca0ba38c375c689f97ee7b09dda1 to your computer and use it in GitHub Desktop.
Save wheelq/cddeca0ba38c375c689f97ee7b09dda1 to your computer and use it in GitHub Desktop.
Dockerfile template
FROM debian:9.8
LABEL product=[product] \
group=[group] \
git=https://[...].git \
maintainer=wheelq@gmail.com \
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment