Hi, I’m trying to create a wownero wallet on a windows 10 machine.
There are no binaries so I’ve downloaded the source and am trying to follow the instructions in BUILDING.md.
however when I run:
docker build -f Dockerfile_windows --tag feather:win --build-arg THREADS=8 .
but I get:
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cron/cron_3.0pl1-128.1ubuntu1_amd64.deb
Thing is I can download this file with my browser.
Anybody have any ideas?