File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,15 @@ RUN usermod -d /home www-data \
4646 && pip install setuptools==37.0.0 \
4747 && mkdir -p /code
4848
49- ENV LIBREOFFICE_VERSION 6.0.1.1
50- ENV LIBREOFFICE_ARCHIVE LibreOffice_6.0.1.1_Linux_x86-64_deb.tar.gz
49+ ENV LIBREOFFICE_VERSION 6.0.2
50+ ENV LIBREOFFICE_ARCHIVE LibreOffice_6.0.2.1_Linux_x86-64_deb.tar.gz
51+ ENV LIBREOFFICE_MIRROR_URL https://ftp.osuosl.org/pub/tdf/libreoffice/testing/
5152RUN apt-get update \
5253 && apt-get install -y \
5354 curl \
5455 && gpg --keyserver pool.sks-keyservers.net --recv-keys AFEEAEA3 \
55- && curl -SL "https://downloadarchive.documentfoundation.org/libreoffice/old /$LIBREOFFICE_VERSION/deb/x86_64/$LIBREOFFICE_ARCHIVE" -o $LIBREOFFICE_ARCHIVE \
56- && curl -SL "https://downloadarchive.documentfoundation.org/libreoffice/old /$LIBREOFFICE_VERSION/deb/x86_64/$LIBREOFFICE_ARCHIVE.asc" -o $LIBREOFFICE_ARCHIVE.asc \
56+ && curl -SL "$LIBREOFFICE_MIRROR_URL /$LIBREOFFICE_VERSION/deb/x86_64/$LIBREOFFICE_ARCHIVE" -o $LIBREOFFICE_ARCHIVE \
57+ && curl -SL "$LIBREOFFICE_MIRROR_URL /$LIBREOFFICE_VERSION/deb/x86_64/$LIBREOFFICE_ARCHIVE.asc" -o $LIBREOFFICE_ARCHIVE.asc \
5758 && gpg --verify "$LIBREOFFICE_ARCHIVE.asc" \
5859 && mkdir /tmp/libreoffice \
5960 && tar -xvf "$LIBREOFFICE_ARCHIVE" -C /tmp/libreoffice/ --strip-components=1 \
You can’t perform that action at this time.
0 commit comments