This is an automated email from the ASF dual-hosted git repository. slfan1989 pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit 721bdabe3cba01fb8c3a1f97ca039f6daf4a088d Author: Cheng Pan <[email protected]> AuthorDate: Sun Sep 14 15:13:23 2025 +0800 HADOOP-19659. (Follow-up) Install missing procps for Debian 11 docker image (#7932) Contributed by Cheng Pan. * HADOOP-19659. (Follow-up) Install missing procps for Debian 11 docker image. Signed-off-by: Shilun Fan <[email protected]> --- dev-support/docker/pkg-resolver/packages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-support/docker/pkg-resolver/packages.json b/dev-support/docker/pkg-resolver/packages.json index 08b5cb6607e..b46d10e8200 100644 --- a/dev-support/docker/pkg-resolver/packages.json +++ b/dev-support/docker/pkg-resolver/packages.json @@ -203,6 +203,9 @@ "libprotoc-dev" ] }, + "procps": { + "debian:11": "procps" + }, "sasl": { "debian:11": "libsasl2-dev", "ubuntu:focal": "libsasl2-dev", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
