more packages

Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
Jess Frazelle 2016-03-29 18:48:58 -07:00
parent 04b79523ba
commit 8866e96499
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -3,6 +3,8 @@ MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \
automake \
ca-certificates \
curl \
g++ \
libapr1-dev \
libcurl4-openssl-dev \
@ -11,11 +13,15 @@ RUN apt-get update && apt-get install -y \
libsasl2-modules \
libsvn-dev \
libtool \
linux-base \
logrotate \
make \
maven \
netcat-traditional \
openjdk-8-jdk \
patch \
python-rbtools \
unzip \
zlib1g-dev \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*