Skip to content

Commit 89ce21b

Browse files
authored
Update cinatra.dockerfile silent cmake
1 parent 7770b30 commit 89ce21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/C++/cinatra/cinatra.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ WORKDIR /
66
RUN git clone https://github.com/qicosmos/cinatra.git
77
WORKDIR $CINATRA
88
RUN git checkout c9bec308e27174c8b7f0f01c92652509f7b47253
9-
RUN mkdir build && cd build && cmake .. && make -j --silent
9+
RUN mkdir build && cd build && cmake -DCMAKE_RULE_MESSAGES=OFF .. && make -j --silent
1010
EXPOSE 8090
1111
CMD ./build/example/benchmark

0 commit comments

Comments
 (0)