From f4d864da7df4bc194567d929a8e1f6ebec4cf41d Mon Sep 17 00:00:00 2001 From: XuehaiPan Date: Fri, 8 Oct 2021 19:43:46 +0800 Subject: [PATCH] chore: update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d1fcbda..4a361d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN echo "deb [arch=amd64] http://archive.ubuntu.com/ubuntu bionic main universe RUN apt-get update && \ apt-get install --quiet --yes --no-install-recommends \ python3-dev python3-pip python3-setuptools python3-wheel locales && \ - rm -rf /var/lib/{apt,dpkg,cache,log} + rm -rf /var/lib/apt/lists/* # Setup locale ENV LC_ALL=C.UTF-8