wg-quick
Quickly set up WireGuard tunnels based on config files. More information: <https://www.wireguard.com/quickstart/>.
RUN apt-get update && \
apt-get install -y wireguard-tools
RUN pacman -S --noconfirm wireguard-tools
RUN apt-get update && \
apt-get install -y wireguard-tools