cleanup files

Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
Jessica Frazelle
2015-06-06 17:48:44 -07:00
parent 66c9c3ac44
commit 1acfaf03c4
52 changed files with 122 additions and 97 deletions

View File

@@ -12,7 +12,8 @@ MAINTAINER Jessica Frazelle <jess@docker.com>
# Install all the things
RUN apt-get update && apt-get install -y \
mesa-utils \
--no-install-recommends
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV LIBGL_DEBUG verbose