mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 18:38:17 +01:00
Update Dockerfile
This commit is contained in:
@@ -73,7 +73,7 @@ ENV PYTHONUNBUFFERED=1
|
||||
RUN \
|
||||
# Install qbit_manage
|
||||
mkdir -p /qbit_manage && \
|
||||
curl -o /tmp/qbit_manage.tar.gz -L "https://github.com/StuffAnThings/qbit_manage/archive/master.tar.gz" && \
|
||||
curl -o /tmp/qbit_manage.tar.gz -L "https://github.com/StuffAnThings/qbit_manage/tarball/develop" && \
|
||||
tar xf /tmp/qbit_manage.tar.gz -C /qbit_manage --strip-components=1 && \
|
||||
\
|
||||
# Clean dependencies
|
||||
|
||||
Reference in New Issue
Block a user