Skip to content

Instantly share code, notes, and snippets.

@thebwt
Created December 16, 2015 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebwt/5fcc3bd655c9b8e039c7 to your computer and use it in GitHub Desktop.
Save thebwt/5fcc3bd655c9b8e039c7 to your computer and use it in GitHub Desktop.
#install generic build stuff and clean up the metadata afterwards to keep the image small
RUN apt-get update && apt-get install -y \
build-essential \
git-buildpackage \
debhelper \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment