Skip to content

Commit 3794126

Browse files
committed
fix linter
1 parent 7d3529a commit 3794126

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
@@ -31,7 +31,7 @@ RUN <<EOF
3131
rpm --install --replacepkgs https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
3232
microdnf update
3333
# boost is a build dependency starting in Hadoop 3.4.0 if compiling native code
34-
microdnf install boost1.78-devel
34+
microdnf install boost1.78-devel
3535
microdnf clean all
3636
rm -rf /var/cache/yum
3737
EOF

0 commit comments

Comments
 (0)