Skip to content

Commit 47abf8e

Browse files
Update hadoop/Dockerfile
Co-authored-by: Malte Sander <[email protected]>
1 parent a11273d commit 47abf8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN <<EOF
2020
rpm --install --replacepkgs https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
2121
microdnf update
2222
# boost is a build dependency starting in Hadoop 3.4.0 if compiling native code
23-
# automake and are required to build protobuf
23+
# automake and libtool are required to build protobuf
2424
microdnf install boost1.78-devel automake libtool
2525
microdnf clean all
2626
rm -rf /var/cache/yum

0 commit comments

Comments
 (0)