Skip to content

Commit 12f215b

Browse files
committed
fix(docker) apt get
1 parent dd94bb8 commit 12f215b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM eclipse-temurin:23-jdk
22

33
ARG PLAY_CLI_VERSION
44

5-
RUN apk update && \
6-
apk add --no-cache jq wget unzip
5+
RUN apt-get update
6+
RUN apt-get install -y wget unzip
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)