We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cee131 commit 096bdb5Copy full SHA for 096bdb5
Dockerfile
@@ -55,9 +55,9 @@ RUN usermod -d /home www-data \
55
&& pip install setuptools==37.0.0 \
56
&& mkdir -p /code
57
58
-ENV LIBREOFFICE_VERSION 6.1.6.3
59
-ENV LIBREOFFICE_ARCHIVE LibreOffice_6.1.6.3_Linux_x86-64_deb.tar.gz
60
-ENV LIBREOFFICE_MIRROR_URL https://downloadarchive.documentfoundation.org/libreoffice/old/
+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/
61
RUN apt-get update \
62
&& apt-get install -y \
63
curl \
0 commit comments