Skip to content

Commit

Permalink
Merge pull request #5 from bigbluebutton/antobinary-patch-2
Browse files Browse the repository at this point in the history
Remove inline comment tripping up CI
  • Loading branch information
antobinary authored Oct 19, 2023
2 parents 55e909d + b63570f commit a05a6f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ RUN apt-get update && apt-get install -y \
# downloading, extracting, installing and cleanup in one docker layer to minimize size
RUN wget https://download.documentfoundation.org/libreoffice/stable/${LIBREOFFICE_VERSION}/deb/x86_64/LibreOffice_${LIBREOFFICE_VERSION}_Linux_x86-64_deb.tar.gz && \
mkdir LibreOffice && \
tar xzf LibreOffice_${LIBREOFFICE_VERSION}_Linux_x86-64_deb.tar.gz -C LibreOffice --strip-components 1 && \ # specifying the destination dir name to avoid patch unexpected numbers included
tar xzf LibreOffice_${LIBREOFFICE_VERSION}_Linux_x86-64_deb.tar.gz -C LibreOffice --strip-components 1 && \
rm LibreOffice_${LIBREOFFICE_VERSION}_Linux_x86-64_deb.tar.gz && \
cd LibreOffice/DEBS && \
dpkg -i *.deb && \
rm -rf *.deb

RUN ["/bin/bash", "-c", "ln -s /usr/local/bin/libreoffice* /usr/bin/soffice"]
RUN /usr/bin/soffice --version

0 comments on commit a05a6f2

Please sign in to comment.