diff --git a/ha/addon/Dockerfile b/ha/addon/Dockerfile old mode 100644 new mode 100755 index 6fbf87b..901c305 --- a/ha/addon/Dockerfile +++ b/ha/addon/Dockerfile @@ -3,7 +3,7 @@ FROM $BUILD_FROM ARG BUILD_VERSION RUN apk add --no-cache py3-pip vlc -RUN pip install amniotic==${BUILD_VERSION} +RUN pip install amniotic==${BUILD_VERSION} --break-system-packages COPY run.sh / RUN chmod a+x /run.sh