getumbrel / umbrel-os

umbrelOS for Raspberry Pi 4 (only). Covert your Raspberry Pi into a home server in one click. For other hardware, checkout https://github.com/getumbrel/umbrel
https://umbrel.com
BSD 3-Clause "New" or "Revised" License
586 stars 55 forks source link

Required dependencies not installed #177

Closed rstmsn closed 3 years ago

rstmsn commented 3 years ago

Having trouble compiling from source. I'm using a Raspberry PI to compile and build.

sudo ./build.sh Required dependencies not installed This can be resolved on Debian/Raspbian systems by installing: docker

When I 'apt install docker', you can see that it is arleady installed:

sudo apt install docker Reading package lists... Done Building dependency tree Reading state information... Done docker is already the newest version (1.5-2).

Is this a versioning issue, perhaps? Any help appreciated.

rstmsn commented 3 years ago

I reinstalled docker using the official install script: curl -sSL https://get.docker.com | sh as opposed to apt get. I also added my user to the docker user group: sudo usermod -aG docker pi

and the build is now proceeding!

AaronDewes commented 3 years ago

docker is already the newest version (1.5-2).

The text is just incorrrect, the package "docker" isn't actually docker, docker is in docker.io, I'll fix that