diff --git a/arm32v7.dockerfile b/arm32v7.dockerfile index 3939081..e7251e5 100644 --- a/arm32v7.dockerfile +++ b/arm32v7.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/ /