File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ RUN apt-get update \
10
10
&& rm -rf /var/lib/apt/lists/*
11
11
12
12
# 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 \
16
16
&& echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections \
17
17
&& apt-get update \
18
18
&& apt-get install -y \
@@ -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.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 /
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