Skip to content

Commit

Permalink
Update required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
w9jds committed Aug 19, 2022
1 parent e268f4e commit 37403f2
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 @@ -10,7 +10,7 @@ LABEL com.github.actions.description="Wraps the firebase-tools CLI to enable com
LABEL com.github.actions.icon="package"
LABEL com.github.actions.color="gray-dark"

RUN apt update && apt-get install -y openjdk-11-jre
RUN apt update && apt-get install -y jq openjdk-11-jre

RUN npm i -g [email protected]
RUN npm i -g [email protected]
Expand Down

0 comments on commit 37403f2

Please sign in to comment.