Update Dockerfile

This commit is contained in:
Alexandre
2022-01-16 21:47:50 +01:00
committed by GitHub
parent dc316bdd12
commit 09d615bffa

View File

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