Update Dockerfile

https://github.com/alexbelgium/hassio-addons/issues/1131
This commit is contained in:
Alexandre
2024-01-02 08:15:56 +01:00
committed by GitHub
parent c34d9721e0
commit e631aa4ea9

View File

@@ -76,6 +76,9 @@ RUN \
curl -o /tmp/qbit_manage.tar.gz -L "https://github.com/StuffAnThings/qbit_manage/archive/master.tar.gz" && \
tar xf /tmp/qbit_manage.tar.gz -C /qbit_manage --strip-components=1 && \
\
# Clean dependencies
sed -i "s/\\(qbittorrent-api\\)==[0-9]*\\.[0-9]*\\.[0-9]*/\\1/" /qbit_manage/requirements.txt && \
\
# Install dependencies
## Allow python specific arch
BUILD_ARCH=$(uname -m) && \