File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM alpine:latest
2
2
3
3
ARG ARCH
4
4
ARG OVERLAY_ARCH
5
- ARG RCLONE_VERSION=1.62.2
5
+ ARG RCLONE_VERSION=1.65.0
6
6
ARG OVERLAY_VERSION=v2.2.0.3
7
7
8
8
WORKDIR /opt/autoscan
@@ -37,10 +37,10 @@ RUN wget -q $S6_URL -O /tmp/s6-overlay-${OVERLAY_ARCH}-installer && \
37
37
38
38
COPY . .
39
39
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 && \
41
41
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 && \
44
44
apk --purge del build-deps && \
45
45
ln -s /opt/plex_autoscan/config /config
46
46
You can’t perform that action at this time.
0 commit comments