cmulk / wireguard-docker

Wireguard setup in Docker meant for a simple personal VPN
345 stars 92 forks source link

unmet dependencies #11

Closed CasperNielsen closed 4 years ago

CasperNielsen commented 4 years ago

Trying to install the docker image from a Hetzner cloud instance. Getting this error when running the first "First Run"

The following packages have unmet dependencies: linux-headers-cloud-amd64 : Depends: linux-headers-5.4.0-4-cloud-amd64 (= 5.4.19-1) but it is not going to be installed E: Unable to correct problems, you have held broken packages.

cmulk commented 4 years ago

I'm seeing this issue now too, not sure what changed, I'll need to troubleshoot more. thanks for bringing it up!

cmulk commented 4 years ago

looks like I need to do some smarter logic to detect the host kernel version in the initial install script, I will work on this when I can!