chore: add openrc to avoid no init systems (#1027)
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Docker Build and Push / docker_build (push) Has been cancelled
Docker Build and Push / docker_scan (push) Has been cancelled

This commit is contained in:
DaanSelen
2025-12-11 21:56:44 +01:00
committed by GitHub
parent 7be830a34e
commit 16cd4da5fc

View File

@@ -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