From a6386907f8bda47ecdd608a7e89118d4db14b459 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 17 Jan 2022 08:17:26 +0100 Subject: [PATCH] Update Dockerfile --- flexget/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flexget/Dockerfile b/flexget/Dockerfile index fb50923f5..1c717ddf9 100644 --- a/flexget/Dockerfile +++ b/flexget/Dockerfile @@ -22,8 +22,8 @@ FROM wiserain/flexget:latest # 2 Modify Image # ################## -SHELL ["/bin/bash", "-o", "pipefail", "-c"] # hadolint ignore=SC2016 +SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN \ # Allow UID and GID setting sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \