Skip to content

Commit 73f3602

Browse files
authored
Update cppcms-postgres.dockerfile silent
1 parent 39c6d58 commit 73f3602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/C++/cppcms/cppcms-postgres.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV CPPCMS_HOME=/installs/$BACKNAME-$CPPCMS_VERSION
1414
ENV CPPCMSROOT=${CPPCMS_HOME}-install
1515

1616
RUN wget -q https://download.sourceforge.net/project/cppcms/$BACKNAME/$CPPCMS_VERSION-rc1/$BACKNAME-$CPPCMS_VERSION.tar.bz2 --quiet
17-
RUN tar xf $BACKNAME-$CPPCMS_VERSION.tar.bz2 --quiet
17+
RUN tar xf $BACKNAME-$CPPCMS_VERSION.tar.bz2 > /dev/null
1818

1919
RUN cd $BACKNAME-$CPPCMS_VERSION && \
2020
mkdir build && \

0 commit comments

Comments
 (0)