Issue installing a dependecy

I've been trying to run Mozilla bedrock locally using the "Make clean run" command as mentioned in their docs but it seems to be stuck at 1 file forever
54 Replies
Grey
Grey15mo ago
run with make V=1 clean run to get more verbose output that way you can more easily track down what's wrong
Ni
Ni15mo ago
still getting same output
Grey
Grey15mo ago
if you're using mozilla bedrock, you can also install via their local installation method btw
Ni
Ni15mo ago
Grey
Grey15mo ago
hmmmm then your docker network is not properly setup I think
Ni
Ni15mo ago
yeah, I'll have to do that if this doesn't work
Grey
Grey15mo ago
run docker run -it ubuntu /bin/bash and run apt-get update && apt full-upgrade -y, if that works, then your docker network is fine
Ni
Ni15mo ago
completed
Ni
Ni15mo ago
Ni
Ni15mo ago
When i was installing it for the first time, mid-way my laptop died due to battery then i plugged it in, turned on and continued again can that be an issue ?
Grey
Grey15mo ago
maybe, but that can be fixed by deleting the present images with docker rmi -f $(docker images --all | grep "none" | awk "{print \$3}") or first run docker images --alll and find the mozilla bedrock docker image then run docker rmi -f <the image id>
Ni
Ni15mo ago
as root right now ? or reopen to my home directory normally
Ni
Ni15mo ago
Ni
Ni15mo ago
there are multiple of them rmi -f them all ?
Grey
Grey15mo ago
if you want to then sure from any directory that doesn't matter
Want results from more Discord servers?
Add your server