FROM linuxserver/qbittorrent:latest

RUN apk update && apk upgrade
RUN apk add \
  wireguard-tools \
  ip6tables \
  vim

COPY persistwg.sh /