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" && \