FROM lscr.io/linuxserver/wireguard:latest ENV DANTE_LISTEN_INTERFACE eth1 ENV DANTE_LISTEN_PORT 1080 ENV DANTE_FORWARD_INTERFACE wg0 RUN mkdir -p /etc/dante ADD danted.conf.template /etc/dante/danted.conf.template ADD run-danted.sh /custom-services.d/run-danted.sh RUN apk update RUN apk add dante-server