File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
4646RUN 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 /
5252RUN apt-get update \
5353 && apt-get install -y \
5454 curl \
You can’t perform that action at this time.
0 commit comments