additions

This commit is contained in:
Jessica Frazelle 2015-03-24 14:29:05 -07:00
parent e7a3d93ff5
commit 9c6115f70f

View File

@ -2,8 +2,22 @@ FROM debian:jessie
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \
ca-certificates \
curl \
debhelper \
devscripts \
file \
gcc \
git \
gnupg \
make \
patch \
patchutils \
quilt \
silversearcher-ag \
tree \
vim \
xutils-dev \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*