Skip to content

Commit a518c62

Browse files
committed
add missed jq package
1 parent 12f215b commit a518c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM eclipse-temurin:23-jdk
33
ARG PLAY_CLI_VERSION
44

55
RUN apt-get update
6-
RUN apt-get install -y wget unzip
6+
RUN apt-get install -y wget unzip jq
77

88
# Install released Version from artefacts
99
RUN wget -q "https://github.com/Vacxe/google-play-cli-kt/releases/download/$PLAY_CLI_VERSION/google-play-cli.tar" && \

0 commit comments

Comments
 (0)