parent
4e2ddcd215
commit
d7f63dd982
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ apk add -U --update --no-cache \
|
|||
ffmpeg \
|
||||
yt-dlp && \
|
||||
echo "************ install python packages ************" && \
|
||||
pip install --upgrade --no-cache-dir -U yq && \
|
||||
pip install --upgrade --no-cache-dir -U \
|
||||
excludarr \
|
||||
yq && \
|
||||
echo "************ setup SMA ************" && \
|
||||
echo "************ setup directory ************" && \
|
||||
mkdir -p ${SMA_PATH} && \
|
||||
|
|
Loading…
Reference in a new issue