From 4b4fd55c940a46a75589d6e25538a69db4b650c7 Mon Sep 17 00:00:00 2001 From: szaimen Date: Mon, 10 Jan 2022 12:10:09 +0100 Subject: [PATCH] address 2nd review Signed-off-by: szaimen --- Containers/mastercontainer/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containers/mastercontainer/Dockerfile b/Containers/mastercontainer/Dockerfile index 5f51f413..021d298b 100644 --- a/Containers/mastercontainer/Dockerfile +++ b/Containers/mastercontainer/Dockerfile @@ -37,6 +37,7 @@ RUN set -e && \ git clone https://github.com/nextcloud/all-in-one.git --depth 1 .; \ cd php; \ composer install --no-dev; \ + composer clearcache; \ cd ..; \ rm -f /usr/local/bin/composer; \ chmod 770 -R ./; \