1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-22 03:42:45 +02:00
Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
Jess Frazelle 2016-03-30 23:57:28 -07:00
parent cafc48a113
commit 398c7e8a86
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

@ -4,6 +4,8 @@ MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
automake \ automake \
ca-certificates \ ca-certificates \
ccache \
clang \
curl \ curl \
g++ \ g++ \
iptables \ iptables \