Skip to content

Commit 3b5841f

Browse files
authored
Update oatpp-async-no-mp.dockerfile silent
1 parent dda888b commit 3b5841f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/C++/oatpp/oatpp-async-no-mp.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN git checkout 4cd37af26ffa55231f11649106a1bb33a3244cd1
1414
WORKDIR /test/oatpp/build
1515

1616
RUN cmake -DOATPP_DISABLE_ENV_OBJECT_COUNTERS=ON -DOATPP_DISABLE_POOL_ALLOCATIONS=ON -DCMAKE_BUILD_TYPE=Release -DOATPP_BUILD_TESTS=OFF ..
17-
RUN make install
17+
RUN make install --quiet
1818

1919
#---------------------------------------------------------------
2020
# build test app
@@ -24,7 +24,7 @@ ADD src-async /test/src-async
2424
WORKDIR /test/src-async/build
2525

2626
RUN cmake -DCMAKE_BUILD_TYPE=Release ..
27-
RUN make
27+
RUN make --quiet
2828

2929
EXPOSE 8000
3030

0 commit comments

Comments
 (0)