Skip to content

Commit 1d1b705

Browse files
authored
Update cuehttp.dockerfile silent
1 parent 8d91f13 commit 1d1b705

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:18.04
22

33
RUN apt-get update -yqq
4-
RUN apt-get install -yqq g++-7 cmake git libboost-all-dev
4+
RUN apt-get install -yqq g++-7 cmake git libboost-all-dev > /dev/null
55

66
ENV CUEHTTP=/cuehttp
77

@@ -10,9 +10,9 @@ RUN git clone https://github.com/xcyl/cuehttp.git
1010

1111
WORKDIR /cuehttp
1212

13-
RUN git checkout a7f5a4c935e22d110b70c5928c8ea2ce4dcbeeb5
13+
RUN git checkout a7f5a4c935e22d110b70c5928c8ea2ce4dcbeeb5 > /dev/null
1414

1515
WORKDIR /cuehttp/examples/plaintext
16-
RUN mkdir build && cd build && cmake .. && make -j8
16+
RUN mkdir build && cd build && cmake .. && make -j8 --quiet
1717
EXPOSE 8080
1818
CMD ./build/plaintext

0 commit comments

Comments
 (0)