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 975b11a add sysstats and procps to Docker image (#8400)
975b11a is described below
commit 975b11a9a012e0b45db6330101ad60457f044375
Author: Rong Rong <[email protected]>
AuthorDate: Thu Mar 24 12:20:16 2022 -0700
add sysstats and procps to Docker image (#8400)
Co-authored-by: Rong Rong <[email protected]>
---
docker/images/pinot/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/images/pinot/Dockerfile b/docker/images/pinot/Dockerfile
index ada92c8..ad042b4 100644
--- a/docker/images/pinot/Dockerfile
+++ b/docker/images/pinot/Dockerfile
@@ -81,7 +81,7 @@ ENV JAVA_OPTS="-Xms4G -Xmx4G -Dpinot.admin.system.exit=false"
VOLUME ["${PINOT_HOME}/configs", "${PINOT_HOME}/data"]
RUN apt-get update && \
- apt-get install -y --no-install-recommends vim less wget curl git python
&& \
+ apt-get install -y --no-install-recommends vim less wget curl git python
sysstat procps && \
rm -rf /var/lib/apt/lists/*
COPY --from=pinot_build_env ${PINOT_HOME} ${PINOT_HOME}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]