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:
ViViDboarder 2023-11-07 09:09:59 -08:00
parent e59400160c
commit 1c9f9ce58f
1 changed files with 1 additions and 1 deletions

View File

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