Compare commits

...

3 Commits

Author SHA1 Message Date
DaanSelen
b695ccc5f9 chore: add openresolv back into the dependencies to blanked cover our deps
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
Mark stale issues and pull requests / stale (push) Has been cancelled
2025-12-11 23:34:46 +01:00
DaanSelen
16cd4da5fc 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
2025-12-11 21:56:44 +01:00
Donald Zou
7be830a34e Merge pull request #1024 from WGDashboard/v4.3.0.3-dev
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
Mark stale issues and pull requests / stale (push) Has been cancelled
Bumped version, corrected some vue package after update
2025-12-11 07:03:58 +08:00

View File

@@ -96,8 +96,8 @@ LABEL maintainer="dselen@nerthus.nl"
# Install only the runtime dependencies
RUN apk add --no-cache \
iproute2 iptables \
bash curl procps \
iproute2 iptables openresolv \
bash curl procps openrc \
tzdata wireguard-tools
# Copy only the final binaries from the AWG builder stages