The Docker container cannot be built as-is due to an error related to Debian repositories:
Developer Environment
I am running Windows 10 LTSC 2021 (19044). I installed PhpStorm via Toolbox, and PHP7 via the official archives. When I opened the project, PhpStorm suggested that it can download Composer and install the needed dependencies. After agreeing to that, a composer.phar file appeared, and IDE features started working correctly.
I also had WSL2 installed with Arch
A few days later, I needed to run the backend locally to test a session server fix. I installed Docker Desktop, left the WSL2 backend as the default. Firstly, I ran the cp commands at the top of the guide. When I tried to run docker-compose up -d. I ran into an error shown on the screenshot above.
The problem
The Docker container cannot be built as-is due to an error related to Debian repositories:
Developer Environment
I am running Windows 10 LTSC 2021 (19044). I installed PhpStorm via Toolbox, and PHP7 via the official archives. When I opened the project, PhpStorm suggested that it can download Composer and install the needed dependencies. After agreeing to that, a
composer.phar
file appeared, and IDE features started working correctly. I also had WSL2 installed with ArchA few days later, I needed to run the backend locally to test a session server fix. I installed Docker Desktop, left the WSL2 backend as the default. Firstly, I ran the
cp
commands at the top of the guide. When I tried to rundocker-compose up -d
. I ran into an error shown on the screenshot above.