Add missing dependencies for arm64

pull/226/head
RandomUser345 2 years ago committed by GitHub
parent 15ae5634c8
commit 166f11a4d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,6 +58,8 @@ RUN \
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 \

Loading…
Cancel
Save