Compare commits

...

1 Commits

Author SHA1 Message Date
6e71a2a6c8 Update Dockerfile
Signed-off-by: Kevin H. Luu <kevin@anyscale.com>
2025-09-02 13:22:11 -07:00

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 \