mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-02 20:11:59 +08:00
address 2nd review
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
ce25a49592
commit
4b4fd55c94
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ RUN set -e && \
|
||||||
git clone https://github.com/nextcloud/all-in-one.git --depth 1 .; \
|
git clone https://github.com/nextcloud/all-in-one.git --depth 1 .; \
|
||||||
cd php; \
|
cd php; \
|
||||||
composer install --no-dev; \
|
composer install --no-dev; \
|
||||||
|
composer clearcache; \
|
||||||
cd ..; \
|
cd ..; \
|
||||||
rm -f /usr/local/bin/composer; \
|
rm -f /usr/local/bin/composer; \
|
||||||
chmod 770 -R ./; \
|
chmod 770 -R ./; \
|
||||||
|
|
Loading…
Reference in a new issue