We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54131ce commit be6ed7eCopy full SHA for be6ed7e
1 file changed
.devcontainer/Dockerfile
@@ -83,7 +83,7 @@ RUN mkdir iwyu && cd iwyu \
83
&& git clone --branch clang_${LLVM_VER} https://github.com/include-what-you-use/include-what-you-use.git \
84
&& mkdir build && cd build \
85
&& cmake -G "Ninja" -DCMAKE_PREFIX_PATH=/usr/lib/llvm-${LLVM_VER} ../include-what-you-use \
86
- && sudo ninja install \
+ && ninja install \
87
&& cd ../.. \
88
&& rm -rf iwyu
89
0 commit comments