|
|
@ -54,14 +54,12 @@ RUN \
|
|
|
|
jq \
|
|
|
|
jq \
|
|
|
|
git \
|
|
|
|
git \
|
|
|
|
gcc \
|
|
|
|
gcc \
|
|
|
|
opus-tools \
|
|
|
|
|
|
|
|
ffmpeg \
|
|
|
|
ffmpeg \
|
|
|
|
imagemagick \
|
|
|
|
imagemagick \
|
|
|
|
|
|
|
|
opus-tools \
|
|
|
|
python3-dev \
|
|
|
|
python3-dev \
|
|
|
|
libc-dev \
|
|
|
|
libc-dev \
|
|
|
|
py3-pip \
|
|
|
|
py3-pip \
|
|
|
|
rust \
|
|
|
|
|
|
|
|
cargo \
|
|
|
|
|
|
|
|
yt-dlp && \
|
|
|
|
yt-dlp && \
|
|
|
|
echo "*** install python packages ***" && \
|
|
|
|
echo "*** install python packages ***" && \
|
|
|
|
pip install --upgrade --no-cache-dir \
|
|
|
|
pip install --upgrade --no-cache-dir \
|
|
|
@ -87,8 +85,8 @@ RUN \
|
|
|
|
chmod g+w ${SMA_PATH}/config/sma.log && \
|
|
|
|
chmod g+w ${SMA_PATH}/config/sma.log && \
|
|
|
|
echo "************ install pip dependencies ************" && \
|
|
|
|
echo "************ install pip dependencies ************" && \
|
|
|
|
python3 -m pip install --upgrade pip && \
|
|
|
|
python3 -m pip install --upgrade pip && \
|
|
|
|
pip3 install -r ${SMA_PATH}/setup/requirements.txt && \
|
|
|
|
pip3 install -r ${SMA_PATH}/setup/requirements.txt
|
|
|
|
apk del cargo rust
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# copy local files
|
|
|
|
# copy local files
|
|
|
|
COPY root/ /
|
|
|
|
COPY root/ /
|
|
|
|