[Enhancement] Add pigz and rclone to FE dockerfile (#60312)
Signed-off-by: Ian Hu <ji.hu@celonis.com>
This commit is contained in:
parent
fa25472968
commit
778a629d15
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue