Skip to content

Commit

Permalink
Update poco.dockerfile unzip silent
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey authored Dec 9, 2024
1 parent 6ec6bbb commit 5fb2f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/C++/poco/poco.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV POCO_HOME /poco

WORKDIR ${POCO_HOME}
RUN wget https://pocoproject.org/releases/poco-${POCO_VERSION}/poco-${POCO_VERSION}-all.zip --quiet
RUN unzip poco-${POCO_VERSION}-all.zip
RUN unzip poco-${POCO_VERSION}-all.zip > /dev/null
RUN mv ./poco-${POCO_VERSION}-all/* ./

RUN ./configure --no-tests --no-samples
Expand Down

0 comments on commit 5fb2f63

Please sign in to comment.