Created
April 1, 2016 17:54
-
-
Save parabuzzle/c574c2a0a9cc7ce4b82aa3b029919fb7 to your computer and use it in GitHub Desktop.
debian package build env
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:12.04 | |
MAINTAINER [email protected] | |
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