We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11273d commit 47abf8eCopy full SHA for 47abf8e
hadoop/Dockerfile
@@ -20,7 +20,7 @@ RUN <<EOF
20
rpm --install --replacepkgs https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
21
microdnf update
22
# boost is a build dependency starting in Hadoop 3.4.0 if compiling native code
23
-# automake and are required to build protobuf
+# automake and libtool are required to build protobuf
24
microdnf install boost1.78-devel automake libtool
25
microdnf clean all
26
rm -rf /var/cache/yum
0 commit comments