Skip to content

Instantly share code, notes, and snippets.

@hkumarmk
Created September 28, 2015 05:06
Show Gist options
  • Save hkumarmk/0b77d7339927504f2466 to your computer and use it in GitHub Desktop.
Save hkumarmk/0b77d7339927504f2466 to your computer and use it in GitHub Desktop.
# FROM {{ flavor }}:{{ distro }}
FROM ubuntu:trusty
MAINTAINER aasamble, [email protected]
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y dpkg-dev aptitude build-essential ; mkdir -p /usr/lib/pbuilder/
COPY pbuilder-satisfydepends* /usr/lib/pbuilder/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment