Skip to content

Commit be6ed7e

Browse files
committed
removed sudo
1 parent 54131ce commit be6ed7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN mkdir iwyu && cd iwyu \
8383
&& git clone --branch clang_${LLVM_VER} https://github.com/include-what-you-use/include-what-you-use.git \
8484
&& mkdir build && cd build \
8585
&& cmake -G "Ninja" -DCMAKE_PREFIX_PATH=/usr/lib/llvm-${LLVM_VER} ../include-what-you-use \
86-
&& sudo ninja install \
86+
&& ninja install \
8787
&& cd ../.. \
8888
&& rm -rf iwyu
8989

0 commit comments

Comments
 (0)