From c11596c5ee5ff04fe18b1b512b519de7216c6541 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 8 Jun 2023 11:41:13 +0000 Subject: [PATCH] Update arm32v7.dockerfile --- arm32v7.dockerfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/arm32v7.dockerfile b/arm32v7.dockerfile index 7ba51b3..3188f9b 100644 --- a/arm32v7.dockerfile +++ b/arm32v7.dockerfile @@ -54,14 +54,12 @@ RUN \ jq \ git \ gcc \ - opus-tools \ ffmpeg \ imagemagick \ + opus-tools \ python3-dev \ libc-dev \ py3-pip \ - rust \ - cargo \ yt-dlp && \ echo "*** install python packages ***" && \ pip install --upgrade --no-cache-dir \ @@ -87,8 +85,7 @@ RUN \ chmod g+w ${SMA_PATH}/config/sma.log && \ echo "************ install pip dependencies ************" && \ python3 -m pip install --upgrade pip && \ - pip3 install -r ${SMA_PATH}/setup/requirements.txt && \ - apk del cargo rust + pip3 install -r ${SMA_PATH}/setup/requirements.txt # copy local files COPY root/ /