Skip to content

Commit

Permalink
Remove apt lists in our docs Dockerfile for consistency :)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jan 9, 2015
1 parent b212853 commit 1bbbed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit 1bbbed2

Please sign in to comment.