diff --git a/system-toolbox/Dockerfile b/system-toolbox/Dockerfile index c1ead37..78ad3e9 100644 --- a/system-toolbox/Dockerfile +++ b/system-toolbox/Dockerfile @@ -8,7 +8,9 @@ ENV PKGS_GENERAL="htop \ smartmontools \ ffmpeg-free \ yt-dlp \ - openfortivpn" + openfortivpn \ + conntrack-tools \ + wireguard-tools" ENV PKGS_PROCESSES="procps-ng \ strace"