Skip to content

Commit 8d91f13

Browse files
authored
Update cppcms.dockerfile silent
1 parent 3c6f222 commit 8d91f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/C++/cppcms/cppcms.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN tar xf $BACKNAME-$CPPDB_VERSION.tar.bz2 --quiet
3333
RUN cd $BACKNAME-$CPPDB_VERSION && \
3434
mkdir build && cd build && \
3535
cmake -DCMAKE_INSTALL_PREFIX=${CPPDBROOT} .. && \
36-
make && make install
36+
make --quiet && make install --quiet
3737

3838
ENV CPPDB_HOME=${CPPDBROOT}
3939

0 commit comments

Comments
 (0)