[Enhancement] Add pigz and rclone to FE dockerfile (#60312)

Signed-off-by: Ian Hu <ji.hu@celonis.com>
This commit is contained in:
ji.hu 2025-06-26 09:14:14 -04:00 committed by GitHub
parent fa25472968
commit 778a629d15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ ARG GROUP=starrocks
ARG MINIMAL
# TODO: switch to `openjdk-##-jre` when the starrocks core is ready.
RUN OPTIONAL_PKGS="" && if [ "x$MINIMAL" = "xfalse" ] ; then OPTIONAL_PKGS="openjdk-17-jdk curl vim tree net-tools less" ; fi && \
RUN OPTIONAL_PKGS="" && if [ "x$MINIMAL" = "xfalse" ] ; then OPTIONAL_PKGS="openjdk-17-jdk curl vim tree net-tools less pigz rclone" ; fi && \
apt-get update -y && apt-get install -y --no-install-recommends \
openjdk-17-jdk mysql-client tzdata locales netcat $OPTIONAL_PKGS && \
ln -fs /usr/share/zoneinfo/UTC /etc/localtime && \