elyby / accounts

Authentication service for the Ely.by and Minecraft
https://account.ely.by
Apache License 2.0
24 stars 6 forks source link

Cannot build Docker container: can't fetch Debian repos due to 404 #30

Closed Octol1ttle closed 11 months ago

Octol1ttle commented 12 months ago

The problem

The Docker container cannot be built as-is due to an error related to Debian repositories: image

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.