From 322e45ca3735b73b57cb5fbef685634639319037 Mon Sep 17 00:00:00 2001 From: Maciej Lebiest <68295743+Szwendacz99@users.noreply.github.com> Date: Sat, 11 Nov 2023 21:33:29 +0100 Subject: [PATCH] add conntrack-tools, wireguard-tools to system-toolbox --- system-toolbox/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"