Delete apt lists from final image (#1174)

This commit is contained in:
Sandro 2019-11-14 18:12:21 +01:00 committed by Asher
parent 2018024810
commit 0add01d383
1 changed files with 2 additions and 1 deletions

View File

@ -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