From 9928df74042eea538127c90d058ce45c4842adf7 Mon Sep 17 00:00:00 2001 From: fujimoto Date: Tue, 17 Sep 2019 17:29:26 +0900 Subject: [PATCH] Temporary use archive site for LibreOffice --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 937132d9e..0606389c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,9 +55,9 @@ RUN usermod -d /home www-data \ && pip install setuptools==37.0.0 \ && mkdir -p /code -ENV LIBREOFFICE_VERSION 6.1.6 -ENV LIBREOFFICE_ARCHIVE LibreOffice_6.1.6_Linux_x86-64_deb.tar.gz -ENV LIBREOFFICE_MIRROR_URL https://download.documentfoundation.org/libreoffice/stable/ +ENV LIBREOFFICE_VERSION 6.1.6.3 +ENV LIBREOFFICE_ARCHIVE LibreOffice_6.1.6.3_Linux_x86-64_deb.tar.gz +ENV LIBREOFFICE_MIRROR_URL https://downloadarchive.documentfoundation.org/libreoffice/old/ RUN apt-get update \ && apt-get install -y \ curl \