Hey everyone! I'm currently taking a MOOC in cyber security, and I'm at the stage of setting up my lab. I followed the guide from [this link](https://github.com/stratosphereips/stratocyberlab/wiki/Running-the-StratoCyberLab-on-Windows-11) using my Windows 10 machine. I've installed WSL and Ubuntu through it, and I also have Docker Desktop running. However, I'm stuck at the 'Build and Pull the Docker images' step. When I run the command `$docker compose build`, it starts processing but then hits an error (which I shared in the comments). I won't be installing Ubuntu inside Docker; rather, I have it set up outside using WSL. Note that I always run Command Prompt or PowerShell in Admin mode. Any guidance on how to fix this?
3 Answers
It seems like your Ubuntu binary didn't download successfully, which can be a big issue. Can you share your Dockerfile (feel free to remove any sensitive info)? That might help us pinpoint the problem better.
I saw your screenshot of the error. It looks like you're facing network issues while connecting to the Debian package repositories. Are you behind any strict firewalls like a school or workplace network? Also, can you update the packages in your Ubuntu environment that's running in WSL? That might give us a clue on what's going on here.
Have you checked if your WSL has a valid nameserver in `/etc/resolv.conf`? Sometimes that can cause connectivity issues when trying to download packages. Let me know if that helps!
Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically