From 1bbbed215d0226e76e3882329d677269b3ee18de Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 9 Jan 2015 10:05:31 -0700 Subject: [PATCH] Remove apt lists in our docs Dockerfile for consistency :) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3342ecc5be49..aea71edeba1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM tianon/mojo RUN cpanm Term::ReadKey -RUN apt-get update && apt-get install -y vim +RUN apt-get update && apt-get install -y vim && rm -rf /var/lib/apt/lists/* COPY . /usr/src/docker-library-docs WORKDIR /usr/src/docker-library-docs