Hello , i created a new LAMP container. as "root" i can not create folders in the /root directory.
root@78bd304d-c826-4dd9-a64d-978a5b931efd:/app/code# ls -ld /root
drwx------ 1 root root 4096 Oct 16 12:33 /root
when I try to install Flask I get this error message,
ERROR: Could not install packages due to an OSError: [Errno 30] Read-only file system: '/root/.local'
it could be an indication that the underlying file system is mounted as read-only.
any ideas on how to solve this?
thank you