Fix build: Global pip install

This commit is contained in:
Ian 2024-02-09 12:28:02 -08:00
parent 76f39f6d6d
commit 39bfbf6359
2 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -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