Skip to content

Commit b2c3abf

Browse files
committed
Use working LibreOffice mirror
-Additionally: s/jessie/stretch/
1 parent 777734e commit b2c3abf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

unoconv/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ RUN apt-get update \
1010
&& rm -rf /var/lib/apt/lists/*
1111

1212
# additional fonts
13-
RUN echo "deb http://httpredir.debian.org/debian jessie main contrib non-free" > /etc/apt/sources.list \
14-
&& echo "deb http://httpredir.debian.org/debian jessie-updates main contrib non-free" >> /etc/apt/sources.list \
15-
&& echo "deb http://security.debian.org/ jessie/updates main contrib non-free" >> /etc/apt/sources.list \
13+
RUN echo "deb http://httpredir.debian.org/debian stretch main contrib non-free" > /etc/apt/sources.list \
14+
&& echo "deb http://httpredir.debian.org/debian stretch-updates main contrib non-free" >> /etc/apt/sources.list \
15+
&& echo "deb http://security.debian.org/ stretch/updates main contrib non-free" >> /etc/apt/sources.list \
1616
&& echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections \
1717
&& apt-get update \
1818
&& apt-get install -y \
@@ -46,9 +46,9 @@ RUN apt-get update \
4646
RUN usermod -d /home www-data \
4747
&& chown www-data:www-data /home
4848

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/
49+
ENV LIBREOFFICE_VERSION 6.1.5
50+
ENV LIBREOFFICE_ARCHIVE LibreOffice_6.1.5_Linux_x86-64_deb.tar.gz
51+
ENV LIBREOFFICE_MIRROR_URL https://download.documentfoundation.org/libreoffice/stable/
5252
RUN apt-get update \
5353
&& apt-get install -y \
5454
curl \

0 commit comments

Comments
 (0)