From a518c62f171eb2faba7e98d2a9cdaa6abc925dff Mon Sep 17 00:00:00 2001
From: Konstantin Aksenov <aksenov.kostya@gmail.com>
Date: Fri, 29 Nov 2024 16:46:27 +0300
Subject: [PATCH] add missed jq package

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 27d90e8..66f5775 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ FROM eclipse-temurin:23-jdk
 ARG PLAY_CLI_VERSION
 
 RUN apt-get update
-RUN apt-get install -y wget unzip
+RUN apt-get install -y wget unzip jq
 
 # Install released Version from artefacts
 RUN wget -q "https://github.com/Vacxe/google-play-cli-kt/releases/download/$PLAY_CLI_VERSION/google-play-cli.tar" && \