diff --git a/arm64v8.dockerfile b/arm64v8.dockerfile index 14ea462..55265da 100644 --- a/arm64v8.dockerfile +++ b/arm64v8.dockerfile @@ -33,6 +33,8 @@ RUN \ ffmpeg \ python3 \ py3-pip \ + gcc \ + libc-dev \ yt-dlp && \ echo "*** install python packages ***" && \ pip3 install --upgrade \