I’m wanting to build a custom Docker image that has certain apps downloaded (but not enabled). From the documentation:
sudo -u www-data php occ app:install --keep-disabled twofactor_totp
However, app:install
isn’t defined. I assume this is because the database isn’t available?
I saw the following thread:
I’m not sure how I can use this to pre-download (but not install) something like, say, riotchat
(Element) via a Dockerfile. Is this something that can be done?