Skip to content

Commit

Permalink
add missed jq package
Browse files Browse the repository at this point in the history
  • Loading branch information
Vacxe committed Nov 29, 2024
1 parent 12f215b commit a518c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" && \
Expand Down

0 comments on commit a518c62

Please sign in to comment.