mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-12 02:21:28 +02:00
Update Dockerfile
This commit is contained in:
@@ -73,10 +73,7 @@ ENV PYTHONUNBUFFERED=1
|
|||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache git && \
|
apk add --no-cache git && \
|
||||||
git clone --branch master https://github.com/StuffAnThings/qbit_manage.git /qbit_manage && \
|
git clone --branch master https://github.com/StuffAnThings/qbit_manage.git /qbit_manage && \
|
||||||
sed -i "s/\(qbittorrent-api\)==2025.4.1/\1/" /qbit_manage/requirements.txt && \
|
sed -i "/qbittorrent-api/d" /qbit_manage/pyproject.toml && \
|
||||||
\
|
|
||||||
# Clean dependencies
|
|
||||||
sed -i "s/\\(qbittorrent-api\\)==2023.10.54/\\1/" /qbit_manage/requirements.txt && \
|
|
||||||
\
|
\
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
## Allow python specific arch
|
## Allow python specific arch
|
||||||
|
|||||||
Reference in New Issue
Block a user