From 8dffdcbc40e34fbcc8a8018bc949be8b12d05649 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 16 Jul 2022 21:35:16 +0200 Subject: [PATCH] FG_PLUGINS --- flexget/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flexget/Dockerfile b/flexget/Dockerfile index cac4104a7..4c6a0bba0 100644 --- a/flexget/Dockerfile +++ b/flexget/Dockerfile @@ -27,6 +27,8 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=300000 \ S6_SERVICES_GRACETIME=300000 +ENV FG_PLUGINS="" + SHELL ["/bin/bash", "-o", "pipefail", "-c"] # hadolint ignore=SC2016