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 7770b30 commit 89ce21bCopy full SHA for 89ce21b
frameworks/C++/cinatra/cinatra.dockerfile
@@ -6,6 +6,6 @@ WORKDIR /
6
RUN git clone https://github.com/qicosmos/cinatra.git
7
WORKDIR $CINATRA
8
RUN git checkout c9bec308e27174c8b7f0f01c92652509f7b47253
9
-RUN mkdir build && cd build && cmake .. && make -j --silent
+RUN mkdir build && cd build && cmake -DCMAKE_RULE_MESSAGES=OFF .. && make -j --silent
10
EXPOSE 8090
11
CMD ./build/example/benchmark
0 commit comments