提交 0add01d3 编写于 作者: S Sandro 提交者: Asher

Delete apt lists from final image (#1174)

上级 20180248
...@@ -33,7 +33,8 @@ RUN apt-get update && apt-get install -y \ ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册