When attempting to build the Docker image using the website/Dockerfile, the process fails during the dependency installation step. To Reproduce: 1. Clone the repository. 2. Run docker build . -f website/Dockerfile (make install according to INSTALLATION.md) from the project root. Error Log The build fails with the following error, indicating a mismatch between the system's Yarn version and the one specified in package.json. <img width="1110" height="401" alt="Image" src="https://github.com/user-attachments/assets/34ea1a97-850f-4fde-af87-29fdcd5a47ea" />