Update Dockerfile

Signed-off-by: Kevin H. Luu <kevin@anyscale.com>
This commit is contained in:
Kevin H. Luu 2025-09-02 13:22:11 -07:00 committed by GitHub
parent d328f7894f
commit 6e71a2a6c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 \