Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 30, 2024
1 parent df10a5b commit 0d94fbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tengine/libreoffice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ FROM java_base as libreoffice_base

ENV LIBREOFFICE_COMMON_PATH=tengine/libreoffice

RUN --mount=type=bind,source=${LIBREOFFICE_COMMON_PATH},target=/tmp \
RUN --mount=type=bind,source=./${LIBREOFFICE_COMMON_PATH},target=/tmp \
yum install -y cairo cups-libs libSM libGLU && \
tar xzf /tmp/libreoffice-dist-linux.gz
# yum localinstall -y LibreOffice*/RPMS/*.rpm && \
# rm -rf /tmp/libreoffice-dist-linux.gz LibreOffice_*_Linux_x86-64_rpm && \
# yum clean all
tar xzf /tmp/libreoffice-dist-linux.gz && \
yum localinstall -y LibreOffice*/RPMS/*.rpm && \
rm -rf /tmp/libreoffice-dist-linux.gz LibreOffice_*_Linux_x86-64_rpm && \
yum clean all

FROM libreoffice_base

Expand Down

0 comments on commit 0d94fbe

Please sign in to comment.