Skip to content

Commit cde4b7c

Browse files
committed
Fix hadolint
1 parent 61741f6 commit cde4b7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hadoop/hadoop/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN <<EOF
5050
# protobuf > 3.21 bundles abseil-cpp and utf8_range as git submodules
5151
git submodule update --init --recursive
5252
cmake -S . -B build -DCMAKE_POSITION_INDEPENDENT_CODE=ON -Dprotobuf_BUILD_TESTS=OFF
53-
cmake --build build --parallel $(nproc)
53+
cmake --build build --parallel "$(nproc)"
5454
cmake --install build --prefix /opt/protobuf
5555
fi
5656
(cd .. && rm -r ${PROTOBUF_VERSION})

0 commit comments

Comments
 (0)