Skip to content

Commit

Permalink
chore: Upgrade rclone to 1.65.0
Browse files Browse the repository at this point in the history
fix: fixed CI build
  • Loading branch information
NiNiyas committed Jan 2, 2024
1 parent 379f95a commit 60ab69a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:latest

ARG ARCH
ARG OVERLAY_ARCH
ARG RCLONE_VERSION=1.62.2
ARG RCLONE_VERSION=1.65.0
ARG OVERLAY_VERSION=v2.2.0.3

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

COPY . .

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

Expand Down

0 comments on commit 60ab69a

Please sign in to comment.