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 7d3529a commit 3794126Copy full SHA for 3794126
hadoop/Dockerfile
@@ -31,7 +31,7 @@ RUN <<EOF
31
rpm --install --replacepkgs https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
32
microdnf update
33
# boost is a build dependency starting in Hadoop 3.4.0 if compiling native code
34
-microdnf install boost1.78-devel
+microdnf install boost1.78-devel
35
microdnf clean all
36
rm -rf /var/cache/yum
37
EOF
0 commit comments