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 \