mirror of
https://github.com/ViViDboarder/hassio-addon-rclone.git
synced 2024-11-14 17:26:46 +00:00
Fix build: Global pip install
This commit is contained in:
parent
76f39f6d6d
commit
39bfbf6359
@ -1,6 +1,20 @@
|
||||
# Changelog
|
||||
|
||||
## 1.6.4
|
||||
|
||||
- Fix global pip install
|
||||
|
||||
## 1.6.3
|
||||
|
||||
- Fix paths for timegaps files
|
||||
- Only run timegaps on protected files used for sync
|
||||
|
||||
## 1.6.2
|
||||
|
||||
- Make username and password optional
|
||||
|
||||
## 1.6.1
|
||||
|
||||
- Fix protected file filter
|
||||
|
||||
## 1.6.0
|
||||
|
@ -12,7 +12,7 @@ RUN /install_rclone.sh "${VERSION}" "${BUILD_ARCH}"
|
||||
|
||||
# Add timegaps for pruning backups
|
||||
RUN apk add --no-cache python3 py3-pip jq && \
|
||||
pip install --no-cache-dir timegaps==0.1.1 && \
|
||||
pip install --break-system-packages --no-cache-dir timegaps==0.1.1 && \
|
||||
apk del py3-pip
|
||||
|
||||
ENV XDG_CONFIG_HOME=/data
|
||||
|
Loading…
Reference in New Issue
Block a user