Skip to content

Commit e7d0256

Browse files
authored
Update poco.dockerfile
1 parent 3328a51 commit e7d0256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/C++/poco/poco.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV POCO_HOME /poco
1010

1111
WORKDIR ${POCO_HOME}
1212
RUN wget https://pocoproject.org/releases/poco-${POCO_VERSION}/poco-${POCO_VERSION}-all.zip --quiet
13-
RUN unzip poco-${POCO_VERSION}-all.zip -q
13+
RUN unzip poco-${POCO_VERSION}-all.zip
1414
RUN mv ./poco-${POCO_VERSION}-all/* ./
1515

1616
RUN ./configure --no-tests --no-samples

0 commit comments

Comments
 (0)