When attempting to build the Docker image using the website/Dockerfile, the process fails
during the dependency installation step.
To Reproduce:
- Clone the repository.
 
- 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.
