We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e299caf commit 1f98f10Copy full SHA for 1f98f10
1 file changed
Dockerfile
@@ -6,7 +6,8 @@ LABEL maintainer=https://github.com/qgadrian
6
# INSTALL COMMON TOOLS
7
########################
8
RUN apk add --update \
9
- unzip
+ unzip \
10
+ curl
11
12
13
# INSTALL ANDROID SDK
0 commit comments