I'm trying to install a fresh Laravel 9 on Windows 10/WSL 2 with Docker. I followed the documentation and once I run the first command it gets stuck during building when it gets to the 4/11 stage, running endlessly until I have to cancel.
Here is what it looks like in the Terminal:
=> [ 4/11] RUN apt-get update && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervis 167.8s
=> => # Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
=> => # Updating certificates in /etc/ssl/certs...
=> => # 0 added, 0 removed; done.
=> => # Running hooks in /etc/ca-certificates/update.d...
=> => # done.
=> => # gpg: keybox '/root/.gnupg/pubring.kbx' created
I used Unbuntu and Docker is fresh install. I don't understand what seems to be the problem here.
Honestly I didn't try much, I have no idea what the issue is...