mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-17 06:11:49 +02:00
Update Dockerfile
This commit is contained in:
@@ -71,10 +71,9 @@ ENV PYTHONUNBUFFERED=1
|
|||||||
|
|
||||||
# halodint disable=DL3019,SC3010
|
# halodint disable=DL3019,SC3010
|
||||||
RUN \
|
RUN \
|
||||||
# Install qbit_manage
|
apk add --no-cache git && \
|
||||||
mkdir -p /qbit_manage && \
|
git clone --branch master https://github.com/StuffAnThings/qbit_manage.git /qbit_manage && \
|
||||||
curl -o /tmp/qbit_manage.tar.gz -L "https://github.com/StuffAnThings/qbit_manage/tarball/develop" && \
|
sed -i "s/\(qbittorrent-api\)==2025.4.1/\1/" /qbit_manage/requirements.txt && \
|
||||||
tar xf /tmp/qbit_manage.tar.gz -C /qbit_manage --strip-components=1 && \
|
|
||||||
\
|
\
|
||||||
# Clean dependencies
|
# Clean dependencies
|
||||||
sed -i "s/\\(qbittorrent-api\\)==2023.10.54/\\1/" /qbit_manage/requirements.txt && \
|
sed -i "s/\\(qbittorrent-api\\)==2023.10.54/\\1/" /qbit_manage/requirements.txt && \
|
||||||
|
|||||||
Reference in New Issue
Block a user