File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,15 @@ RUN apt-get update \
46
46
curl \
47
47
&& rm -rf /var/lib/apt/lists/*
48
48
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.1
50
+ ENV LIBREOFFICE_ARCHIVE LibreOffice_6.0.2.1_Linux_x86-64_deb.tar.gz
51
+ ENV LIBREOFFICE_MIRROR_URL https://downloadarchive.documentfoundation.org/libreoffice/old/
51
52
RUN apt-get update \
52
53
&& apt-get install -y \
53
54
curl \
54
55
&& 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 \
57
58
&& gpg --verify "$LIBREOFFICE_ARCHIVE.asc" \
58
59
&& mkdir /tmp/libreoffice \
59
60
&& tar -xvf "$LIBREOFFICE_ARCHIVE" -C /tmp/libreoffice/ --strip-components=1 \
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ RUN apt-get update \
46
46
RUN usermod -d /home www-data \
47
47
&& chown www-data:www-data /home
48
48
49
- ENV LIBREOFFICE_VERSION 6.0.2
49
+ ENV LIBREOFFICE_VERSION 6.0.2.1
50
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 /
51
+ ENV LIBREOFFICE_MIRROR_URL https://downloadarchive.documentfoundation .org/libreoffice/old /
52
52
RUN apt-get update \
53
53
&& apt-get install -y \
54
54
curl \
You can’t perform that action at this time.
0 commit comments