synology-wireguard icon indicating copy to clipboard operation
synology-wireguard copied to clipboard

Fixes issue with building Wireguard package withdocker on DSM 7.0 #88

Open bb-Ricardo opened this issue 3 years ago • 1 comments

The build env extracts an own set of "/dev" inside the chroot and somehow the container is not able to write to /dev/null or read from other devices. This patch adds a bind mount to mount the container "/dev" directory into the chroot environment. Then the build works as expected.

bb-Ricardo avatar Feb 01 '22 18:02 bb-Ricardo

Just tested it and confirm it works ! It also does not break anything on standard Linux (Ubuntu) system.

OrpheeGT avatar Aug 25 '23 09:08 OrpheeGT