Dockerfile for a debian-jessie with support for building software

This commit is contained in:
Harald Welte 2017-05-03 15:13:33 +02:00
commit 4e6207ac25
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
FROM debian:jessie
MAINTAINER Harald Welte <laforge@gnumonks.org>
RUN apt-get update && apt-get install -y \
build-essential \
wget \
git \
make \
autoconf \
autogen \
automake \
libtool \
pkg-config