diff --git a/arm64v8.dockerfile b/arm64v8.dockerfile index c3f6f0e..835982a 100644 --- a/arm64v8.dockerfile +++ b/arm64v8.dockerfile @@ -18,7 +18,10 @@ RUN \ echo "************ install and update packages ************" && \ apk add -U --update --no-cache \ jq \ - ffmpeg + py3-pip && \ + echo "************ install python packages ************" && \ + pip install --upgrade --no-cache-dir -U \ + yq # copy local files COPY root/ /