Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
seanghay authored Sep 12, 2021
1 parent 6588468 commit 7c2cc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV ANDROID_SDK_TOOLS=6858069_latest
# Install packages
RUN apt-get --quiet update --yes
RUN apt-get --quiet install --yes wget tar unzip lib32stdc++6
RUN apt-get -qq install curl
RUN apt-get -qq install curl jq

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

0 comments on commit 7c2cc96

Please sign in to comment.