Delete apt lists from final image (#1174)
This commit is contained in:
parent
2018024810
commit
0add01d383
@ -33,7 +33,8 @@ RUN apt-get update && apt-get install -y \
|
|||||||
dumb-init \
|
dumb-init \
|
||||||
vim \
|
vim \
|
||||||
curl \
|
curl \
|
||||||
wget
|
wget \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN locale-gen en_US.UTF-8
|
RUN locale-gen en_US.UTF-8
|
||||||
# We cannot use update-locale because docker will not use the env variables
|
# We cannot use update-locale because docker will not use the env variables
|
||||||
|
Reference in New Issue
Block a user