address 2nd review

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-01-10 12:10:09 +01:00
parent ce25a49592
commit 4b4fd55c94

View file

@ -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 ./; \