Skip to content

Commit 6ed6d95

Browse files
authored
HADOOP-19661. (Follow-up) Install missing deps for Rocky Linux 8 docker image (#7931) Contributed by Cheng Pan.
* HADOOP-19661. (Follow-up) Install missing deps for Rocky Linux 8 docker image Reviewed-by: Shilun Fan <[email protected]> Signed-off-by: Shilun Fan <[email protected]>
1 parent db7486e commit 6ed6d95

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"debian:11": "bats",
2424
"ubuntu:focal": "bats",
2525
"ubuntu:noble": "bats",
26-
"ubuntu:focal::arch64": "bats"
26+
"ubuntu:focal::arch64": "bats",
27+
"rockylinux:8": "bats"
2728
},
2829
"build-essential": {
2930
"debian:11": "build-essential",
@@ -179,7 +180,7 @@
179180
"rockylinux:8": "openssl-devel"
180181
},
181182
"perl": {
182-
"rockylinux:7": [
183+
"rockylinux:8": [
183184
"perl-CPAN",
184185
"perl-devel"
185186
]

0 commit comments

Comments
 (0)