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 3770d34 commit 85c0457Copy full SHA for 85c0457
Dockerfile
@@ -55,7 +55,8 @@ COPY --from=build /omnetpp/Makefile.inc /omnetpp
55
COPY --from=build /sumo-prefix/ /usr/local
56
57
RUN cd /usr/local/bin && \
58
- curl -sSL -O https://raw.githubusercontent.com/llvm/llvm-project/main/clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py
+ curl -sSL -O https://raw.githubusercontent.com/llvm/llvm-project/main/clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py && \
59
+ chmod +x clang-tidy-diff.py
60
61
ENV PATH=/omnetpp/bin:$PATH
62
ENV SUMO_HOME=/usr/local/share/sumo
0 commit comments