Skip to content

Commit 7c2cc96

Browse files
authored
Update Dockerfile
1 parent 6588468 commit 7c2cc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV ANDROID_SDK_TOOLS=6858069_latest
1111
# Install packages
1212
RUN apt-get --quiet update --yes
1313
RUN apt-get --quiet install --yes wget tar unzip lib32stdc++6
14-
RUN apt-get -qq install curl
14+
RUN apt-get -qq install curl jq
1515

1616
# Node.js
1717
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -

0 commit comments

Comments
 (0)