Update Dockerfile

This commit is contained in:
Alexandre
2022-01-17 08:39:26 +01:00
committed by GitHub
parent a6386907f8
commit 49998a37bc

View File

@@ -22,8 +22,9 @@ FROM wiserain/flexget:latest
# 2 Modify Image #
##################
# hadolint ignore=SC2016
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=SC2016
RUN \
# Allow UID and GID setting
sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \