From b3f226342c3f968e9b454283b92d1f0e08c22bfd Mon Sep 17 00:00:00 2001 From: Maciej Lebiest <68295743+Szwendacz99@users.noreply.github.com> Date: Sat, 11 Nov 2023 14:53:07 +0100 Subject: [PATCH] add fortivpn to system-toolbox --- system-toolbox/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system-toolbox/Dockerfile b/system-toolbox/Dockerfile index 7b63844..c1ead37 100644 --- a/system-toolbox/Dockerfile +++ b/system-toolbox/Dockerfile @@ -7,7 +7,8 @@ ENV PKGS_GENERAL="htop \ lm_sensors \ smartmontools \ ffmpeg-free \ - yt-dlp" + yt-dlp \ + openfortivpn" ENV PKGS_PROCESSES="procps-ng \ strace"