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 228bef1 commit dda888bCopy full SHA for dda888b
frameworks/C++/oatpp/oatpp-async.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-async /test/src-async
24
WORKDIR /test/src-async/build
25
26
RUN cmake -DCMAKE_BUILD_TYPE=Release ..
27
-RUN make
+RUN make --quiet
28
29
EXPOSE 8000
30
0 commit comments