Install recyclarr

#21
pull/49/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 2b04527745
commit 767f71a00d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,12 @@ RUN \
chmod g+w ${SMA_PATH}/config/sma.log && \
echo "************ install pip dependencies ************" && \
python3 -m pip install --user --upgrade pip && \
pip3 install -r ${SMA_PATH}/setup/requirements.txt
pip3 install -r ${SMA_PATH}/setup/requirements.txt && \
echo "************ install recyclarr ************" && \
mkdir -p /recyclarr && \
wget "https://github.com/recyclarr/recyclarr/releases/latest/download/recyclarr-linux-musl-arm.zip" -O "/recyclarr/recyclarr.zip" && \
unzip -o /recyclarr/recyclarr.zip -d /recyclarr &>/dev/null && \
chmod 777 /recyclarr/recyclarr
# copy local files
COPY root/ /

Loading…
Cancel
Save