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 3c6f222 commit 8d91f13Copy full SHA for 8d91f13
frameworks/C++/cppcms/cppcms.dockerfile
@@ -33,7 +33,7 @@ RUN tar xf $BACKNAME-$CPPDB_VERSION.tar.bz2 --quiet
33
RUN cd $BACKNAME-$CPPDB_VERSION && \
34
mkdir build && cd build && \
35
cmake -DCMAKE_INSTALL_PREFIX=${CPPDBROOT} .. && \
36
- make && make install
+ make --quiet && make install --quiet
37
38
ENV CPPDB_HOME=${CPPDBROOT}
39
0 commit comments