Update Dockerfile

This commit is contained in:
Alexandre
2022-01-16 21:57:06 +01:00
committed by GitHub
parent 09d615bffa
commit b4563b0828

View File

@@ -23,6 +23,7 @@ FROM wiserain/flexget:latest
##################
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 \