docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2bac7784b468782f529840c868924aaad5fd3bf4 Author: Andras Timar <[email protected]> Date: Wed Apr 18 22:11:09 2018 +0200 Online docker: use Poco 1.9.0 Change-Id: I59a77727574bcdb9d6c21bdd378459b18b756d65 diff --git a/docker/Dockerfile b/docker/Dockerfile index aea6e73c3..16d98e317 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get -y install apt-transport-https locales-all libpng12-0 libxinerama1 l RUN echo "deb https://collaboraoffice.com/repos/Poco/ /" >> /etc/apt/sources.list.d/poco.list RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0C54D189F4BA284D RUN apt-get update -RUN apt-get -y install libpoco*48 +RUN apt-get -y install libpoco*60 # copy freshly built LibreOffice master and LibreOffice Online master with latest translations COPY /instdir / _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
