Skip to content

Commit 60ab69a

Browse files
committed
chore: Upgrade rclone to 1.65.0
fix: fixed CI build
1 parent 379f95a commit 60ab69a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:latest
22

33
ARG ARCH
44
ARG OVERLAY_ARCH
5-
ARG RCLONE_VERSION=1.62.2
5+
ARG RCLONE_VERSION=1.65.0
66
ARG OVERLAY_VERSION=v2.2.0.3
77

88
WORKDIR /opt/autoscan
@@ -37,10 +37,10 @@ RUN wget -q $S6_URL -O /tmp/s6-overlay-${OVERLAY_ARCH}-installer && \
3737

3838
COPY . .
3939

40-
RUN apk add --no-cache --update python3 git py3-pip py3-setuptools shadow bash docker-cli && \
40+
RUN apk add --no-cache --upgrade python3 git py3-pip py3-setuptools shadow bash docker-cli && \
4141
apk --no-cache --virtual=build-deps add gcc linux-headers musl-dev python3-dev && \
42-
pip3 install --upgrade pip idna wheel && \
43-
pip3 install --upgrade --no-cache-dir --no-cache -r requirements.txt && \
42+
pip install -U --no-cache-dir pip idna wheel --break-system-packages && \
43+
pip install -U --no-cache-dir pip -r requirements.txt --break-system-packages && \
4444
apk --purge del build-deps && \
4545
ln -s /opt/plex_autoscan/config /config
4646

0 commit comments

Comments
 (0)