Persistency seems to work with this model, it has succeeded my tests.

This commit is contained in:
Daan
2024-06-04 23:26:03 +02:00
parent 0938f5ab71
commit 560096878f
3 changed files with 9 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ RUN ln -sf /usr/share/zoneinfo/${tz} /etc/localtime \
# Removing the linux-image package to preserve space on the container.
# Installing needed packages for installation.
RUN apt-get install -y --no-install-recommends git wireguard wireguard-tools python3 python3-pip python3-venv iproute2 openresolv procps iptables curl
RUN apt-get install -y --no-install-recommends git wireguard wireguard-tools python3 python3-pip python3-venv iproute2 openresolv procps iptables curl iputils-ping traceroute
ENV WGDASH=/opt/wireguardashboard
RUN python3 -m venv ${WGDASH}/venv