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 3328a51 commit e7d0256Copy full SHA for e7d0256
frameworks/C++/poco/poco.dockerfile
@@ -10,7 +10,7 @@ ENV POCO_HOME /poco
10
11
WORKDIR ${POCO_HOME}
12
RUN wget https://pocoproject.org/releases/poco-${POCO_VERSION}/poco-${POCO_VERSION}-all.zip --quiet
13
-RUN unzip poco-${POCO_VERSION}-all.zip -q
+RUN unzip poco-${POCO_VERSION}-all.zip
14
RUN mv ./poco-${POCO_VERSION}-all/* ./
15
16
RUN ./configure --no-tests --no-samples
0 commit comments