Skip to content

Commit

Permalink
fix LibreOffice
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenoris committed Mar 24, 2017
1 parent d537e2e commit ac16850
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,11 @@ RUN wget https://download2.rstudio.org/rstudio-server-rhel-$RSTUDIO_VER-x86_64.r

# Libreoffice - https://www.libreoffice.org/download/libreoffice-fresh/
# Linux x64 rpm
ENV LIBREOFFICE_VER 5.3.0
ENV LIBREOFFICE_VER_MINOR .3
ENV LIBREOFFICE_VER 5.3.1
ENV LIBREOFFICE_VER_MINOR .2

RUN wget http://mirror.nbtelecom.com.br/tdf/libreoffice/stable/$LIBREOFFICE_VER/rpm/x86_64/LibreOffice_${LIBREOFFICE_VER}_Linux_x86-64_rpm.tar.gz \
&& echo "de0214a9ec1c4be1abf178c5144becc0 LibreOffice_${LIBREOFFICE_VER}_Linux_x86-64_rpm.tar.gz" > LIBREOFFICEMD5 \
&& echo "2464c52ecfdaaee420c3911182a1efbd LibreOffice_${LIBREOFFICE_VER}_Linux_x86-64_rpm.tar.gz" > LIBREOFFICEMD5 \
&& RESULT=$(md5sum -c LIBREOFFICEMD5) \
&& echo ${RESULT} > ~/check-libreoffice-md5.txt \
&& tar xf LibreOffice_${LIBREOFFICE_VER}_Linux_x86-64_rpm.tar.gz \
Expand Down

0 comments on commit ac16850

Please sign in to comment.