Skip to content

Commit 1f98f10

Browse files
authored
Add curl
1 parent e299caf commit 1f98f10

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ LABEL maintainer=https://github.com/qgadrian
66
# INSTALL COMMON TOOLS
77
########################
88
RUN apk add --update \
9-
unzip
9+
unzip \
10+
curl
1011

1112
########################
1213
# INSTALL ANDROID SDK

0 commit comments

Comments
 (0)