Skip to content

Commit

Permalink
Merge branch 'feature/switch-back-libreoffice-mirror' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
felliott committed Mar 28, 2018
2 parents 8c00faa + 9af179e commit c049b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ RUN usermod -d /home www-data \
&& pip install setuptools==37.0.0 \
&& mkdir -p /code

ENV LIBREOFFICE_VERSION 6.0.2
ENV LIBREOFFICE_VERSION 6.0.2.1
ENV LIBREOFFICE_ARCHIVE LibreOffice_6.0.2.1_Linux_x86-64_deb.tar.gz
ENV LIBREOFFICE_MIRROR_URL https://ftp.osuosl.org/pub/tdf/libreoffice/testing/
ENV LIBREOFFICE_MIRROR_URL https://downloadarchive.documentfoundation.org/libreoffice/old/
RUN apt-get update \
&& apt-get install -y \
curl \
Expand Down

0 comments on commit c049b1d

Please sign in to comment.