From 6e71a2a6c821efabfdc04c48d121d7322c6f32d6 Mon Sep 17 00:00:00 2001 From: "Kevin H. Luu" Date: Tue, 2 Sep 2025 13:22:11 -0700 Subject: [PATCH] Update Dockerfile Signed-off-by: Kevin H. Luu --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 75e8fa49f86c9..ffb55c26bc86c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -82,6 +82,7 @@ ARG GET_PIP_URL # Install Python and other dependencies RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \ && echo 'tzdata tzdata/Zones/America select Los_Angeles' | debconf-set-selections \ + && apt-get clean -y \ && apt-get update -y \ && apt-get install -y ccache software-properties-common git curl sudo \ && if [ ! -z ${DEADSNAKES_MIRROR_URL} ] ; then \