[matomo-web] Remove files mentioned in system check



commit 2f7e38893e7061aee664156ec7a07d33f155a104
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Dec 28 22:02:34 2020 +0100

    Remove files mentioned in system check

 matomo/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/matomo/Dockerfile b/matomo/Dockerfile
index 6b81643..270ff0e 100644
--- a/matomo/Dockerfile
+++ b/matomo/Dockerfile
@@ -14,7 +14,8 @@ RUN mkdir -p /opt/matomo/extra-plugins && \
     -o LoginLdap-4.2.2.zip && \
     unzip LoginLdap-4.2.2.zip && \
     find LoginLdap -type d | xargs chmod 775 && \
-    find LoginLdap -type f | xargs chmod 644
+    find LoginLdap -type f | xargs chmod 644 &&
+    rm -f /var/www/html/plugins/LoginLdap-4.2.2.zip /var/www/html/vendor/wikimedia/less.php/bin/lessc
 
 COPY start.sh /
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]