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 1d25816 commit 04bdd4cCopy full SHA for 04bdd4c
frameworks/C++/oatpp/oatpp.dockerfile
@@ -14,7 +14,7 @@ RUN git checkout 4cd37af26ffa55231f11649106a1bb33a3244cd1
14
WORKDIR /test/oatpp/build
15
16
RUN cmake -DOATPP_DISABLE_ENV_OBJECT_COUNTERS=ON -DCMAKE_BUILD_TYPE=Release -DOATPP_BUILD_TESTS=OFF ..
17
-RUN make install
+RUN make install --quiet
18
19
#---------------------------------------------------------------
20
# build test app
@@ -24,7 +24,7 @@ ADD src-thread /test/src-thread
24
WORKDIR /test/src-thread/build
25
26
RUN cmake -DCMAKE_BUILD_TYPE=Release ..
27
-RUN make
+RUN make --quiet
28
29
EXPOSE 8000
30
0 commit comments