|
@@ -9,7 +9,9 @@ ENV POCO_VERSION 1.6.1
|
|
ENV POCO_HOME /poco
|
|
ENV POCO_HOME /poco
|
|
|
|
|
|
WORKDIR ${POCO_HOME}
|
|
WORKDIR ${POCO_HOME}
|
|
-RUN curl -sL http://pocoproject.org/releases/poco-${POCO_VERSION}/poco-${POCO_VERSION}-all.tar.gz | tar xz --strip-components=1
|
|
|
|
|
|
+RUN wget https://pocoproject.org/releases/poco-${POCO_VERSION}/poco-${POCO_VERSION}-all.zip
|
|
|
|
+RUN unzip poco-${POCO_VERSION}-all.zip
|
|
|
|
+RUN mv ./poco-${POCO_VERSION}-all/* ./
|
|
|
|
|
|
RUN ./configure --no-tests --no-samples
|
|
RUN ./configure --no-tests --no-samples
|
|
RUN make --quiet PageCompiler-libexec XML-libexec JSON-libexec
|
|
RUN make --quiet PageCompiler-libexec XML-libexec JSON-libexec
|