Merge pull request #2431 from nextcloud/enh/noid/decrease-size-mastercontainer

mastercontainer - delete things except the needed php dir
This commit is contained in:
Simon L 2023-05-01 14:39:22 +02:00 committed by GitHub
commit f861c66ade
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,6 +71,7 @@ RUN set -e && \
chmod +x /usr/local/bin/composer; \
cd /var/www/docker-aio; \
git clone https://github.com/nextcloud-releases/all-in-one.git --depth 1 .; \
find ./ -not -path ./php -maxdepth 1 -mindepth 1 -delete; \
cd php; \
composer install --no-dev; \
composer clearcache; \