Skip to content

Commit 23121f9

Browse files
authored
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]>
1 parent 3be2133 commit 23121f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev-support/docker/pkg-resolver/packages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@
203203
"libprotoc-dev"
204204
]
205205
},
206+
"procps": {
207+
"debian:11": "procps"
208+
},
206209
"sasl": {
207210
"debian:11": "libsasl2-dev",
208211
"ubuntu:focal": "libsasl2-dev",

0 commit comments

Comments
 (0)