Skip to content

Commit 9d045a1

Browse files
authored
Update cinatra.dockerfile silent
1 parent 6007c64 commit 9d045a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM ubuntu:22.04
2-
RUN apt-get update -yqq && \
3-
apt-get install -yqq cmake git uuid-dev gcc g++ autoconf
2+
RUN apt-get update -yqq > /dev/null && \
3+
apt-get install -yqq cmake git uuid-dev gcc g++ autoconf > /dev/null
44
ENV CINATRA=/cinatra
55
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
9+
RUN mkdir build && cd build && cmake .. && make -j --silent
1010
EXPOSE 8090
11-
CMD ./build/example/benchmark
11+
CMD ./build/example/benchmark

0 commit comments

Comments
 (0)