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 3cabc7d commit 98139ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tengine/libreoffice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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; &&\
rm -rf /tmp/libreoffice-dist-linux.gz LibreOffice_*_Linux_x86-64_rpm && \
yum clean all && \
ln tmp/alfresco-transform-libreoffice*.jar /usr/bin/app.jar

Expand Down

0 comments on commit 98139ea

Please sign in to comment.