This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 9748dd06a4 fixing python library in ms-openjdk.dockerfile (#14028)
9748dd06a4 is described below

commit 9748dd06a45e4143d1d0f7353ff8ffe2160d62fd
Author: Xiang Fu <xiangfu.1...@gmail.com>
AuthorDate: Thu Sep 19 14:44:47 2024 +0800

    fixing python library in ms-openjdk.dockerfile (#14028)
---
 docker/images/pinot-base/pinot-base-runtime/ms-openjdk.dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/images/pinot-base/pinot-base-runtime/ms-openjdk.dockerfile 
b/docker/images/pinot-base/pinot-base-runtime/ms-openjdk.dockerfile
index 913f08bff8..32d3283d98 100644
--- a/docker/images/pinot-base/pinot-base-runtime/ms-openjdk.dockerfile
+++ b/docker/images/pinot-base/pinot-base-runtime/ms-openjdk.dockerfile
@@ -25,7 +25,7 @@ FROM ${JDK_IMAGE}:${JAVA_VERSION}-ubuntu
 LABEL MAINTAINER=d...@pinot.apache.org
 
 RUN apt-get update && \
-  apt-get install -y --no-install-recommends vim less wget curl git python 
sysstat procps linux-tools-generic libtasn1-6 zstd && \
+  apt-get install -y --no-install-recommends vim less wget curl git 
python-is-python3 sysstat procps linux-tools-generic libtasn1-6 zstd && \
   rm -rf /var/lib/apt/lists/*
 
 RUN case `uname -m` in \


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to