From 98139eaae9e7bfd9ef0114e8a44317c5958e5911 Mon Sep 17 00:00:00 2001 From: pmacius Date: Tue, 30 Jul 2024 13:19:34 +0200 Subject: [PATCH] test --- tengine/libreoffice/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tengine/libreoffice/Dockerfile b/tengine/libreoffice/Dockerfile index 8f0f2982..282c4167 100644 --- a/tengine/libreoffice/Dockerfile +++ b/tengine/libreoffice/Dockerfile @@ -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