From 16cd4da5fcca9d5e671617a38be8ec23078b1c9b Mon Sep 17 00:00:00 2001 From: DaanSelen <80752476+DaanSelen@users.noreply.github.com> Date: Thu, 11 Dec 2025 21:56:44 +0100 Subject: [PATCH] chore: add openrc to avoid no init systems (#1027) --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 52a6eb05..a573cddb 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -97,7 +97,7 @@ LABEL maintainer="dselen@nerthus.nl" # Install only the runtime dependencies RUN apk add --no-cache \ iproute2 iptables \ - bash curl procps \ + bash curl procps openrc \ tzdata wireguard-tools # Copy only the final binaries from the AWG builder stages