From 3f9d9732a0b46dc069e5f5a8e4f1e344380fec74 Mon Sep 17 00:00:00 2001 From: hinakumo <47789168+hinakumo@users.noreply.github.com> Date: Sat, 12 Jul 2025 09:21:29 +0300 Subject: [PATCH] Added build packages deps to Dockerfile --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 2b42046..a3faa3a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -12,6 +12,7 @@ LABEL maintainer="dselen@nerthus.nl" RUN apk update && apk add \ iproute2 iptables bash curl wget unzip procps sudo \ tzdata wireguard-tools python3 py3-psutil py3-bcrypt openresolv \ + make git build-base linux-headers \ && cd /usr/bin/ \ && git clone https://github.com/WGDashboard/amneziawg-tools \ && cd amneziawg-tools \