mirror of
https://github.com/clearlinux/docs.git
synced 2026-08-19 05:37:17 +00:00
Remove apt lists in our docs Dockerfile for consistency :)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user