mirror of
https://github.com/ViViDboarder/hassio-addon-rclone.git
synced 2024-12-22 03:27:44 +00:00
Unpin python3 and pip versions
Since this is built on device, the base image updates unpredictably. I can pin these again if I run my own off-device build pipeline.
This commit is contained in:
parent
e59400160c
commit
1c9f9ce58f
@ -11,7 +11,7 @@ COPY install_rclone.sh /
|
||||
RUN /install_rclone.sh "${VERSION}" "${BUILD_ARCH}"
|
||||
|
||||
# Add timegaps for pruning backups
|
||||
RUN apk add --no-cache python3~=3.9 py3-pip~=20 && \
|
||||
RUN apk add --no-cache python3 py3-pip && \
|
||||
pip install --no-cache-dir timegaps==0.1.1 && \
|
||||
apk del py3-pip
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user