Skip to content

Instantly share code, notes, and snippets.

@isuzuki
Last active November 22, 2017 05:08
Show Gist options
  • Save isuzuki/34bb3d8e433240d54932d70fe01b4d6f to your computer and use it in GitHub Desktop.
Save isuzuki/34bb3d8e433240d54932d70fe01b4d6f to your computer and use it in GitHub Desktop.
FROM debian
RUN apt-get update \
&& apt-get upgrade -y \
# add install packages
&& apt-get install -y {packages} \
&& apt-get purge -y --auto-remove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment