From b52537f2b5f55c72185628933e9b4a40b6c46ca3 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 27 Jan 2023 07:15:01 -0500 Subject: [PATCH] add xq --- arm64v8.dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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/ /