Skip to content

Instantly share code, notes, and snippets.

@parabuzzle
Created April 1, 2016 17:54
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 parabuzzle/c574c2a0a9cc7ce4b82aa3b029919fb7 to your computer and use it in GitHub Desktop.
Save parabuzzle/c574c2a0a9cc7ce4b82aa3b029919fb7 to your computer and use it in GitHub Desktop.
debian package build env
FROM ubuntu:12.04
MAINTAINER parabuzzle@gmail.com
VOLUME /compilations
ENV TERM linux
ENV DEBIAN_FRONTEND noninteractive
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
RUN apt-get update && apt-get dist-upgrade -qq -y
RUN apt-get install -qq -y build-essential curl wget yasm devscripts lintian diff patch patchutils vim pkg-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment