From 0add01d38332bfdb2d55ae7d6cca912efbde521d Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 14 Nov 2019 18:12:21 +0100 Subject: [PATCH] Delete apt lists from final image (#1174) --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a6e9c301..f4e2923e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,8 @@ RUN apt-get update && apt-get install -y \ dumb-init \ vim \ curl \ - wget + wget \ + && rm -rf /var/lib/apt/lists/* RUN locale-gen en_US.UTF-8 # We cannot use update-locale because docker will not use the env variables