From d51519d462ff9c9fce6ac8b9b05eeb004ca8aca6 Mon Sep 17 00:00:00 2001 From: sd111 Date: Thu, 2 Dec 2021 19:29:43 -0800 Subject: [PATCH] Release 2.3.0 - See CHANGELOG.md --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e3848cd..e6f083b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -127,7 +127,7 @@ RUN set -x && \ sudo -u cool make -j$(nproc) build-nocheck && \ mkdir -p /opt/libreoffice && \ chown -R cool /opt/libreoffice && \ - cp -R /usr/src/libreoffice-core/instdir/* /opt/libreoffice/ + cp -R /usr/src/libreoffice-core/instdir/* /opt/libreoffice/ && \ \ ### Build LibreOffice Online (Not as long as above) git clone -b ${COLLABORA_ONLINE_BRANCH} ${COLLABORA_ONLINE_REPO_URL} /usr/src/collabora-online && \