Skip to content

Commit 40afa03

Browse files
committed
Fix jq command missing for SA key verification/setup
1 parent 579644a commit 40afa03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL com.github.actions.description="Wraps the firebase-tools CLI to enable com
1010
LABEL com.github.actions.icon="package"
1111
LABEL com.github.actions.color="gray-dark"
1212

13-
# RUN apt update && apt-get install --no-install-recommends -y jq openjdk-11-jre-headless && rm -rf /var/lib/apt/lists/*
13+
RUN apt update && apt-get install --no-install-recommends -y jq && rm -rf /var/lib/apt/lists/*
1414

1515
RUN npm i -g npm@10.9.2 && npm cache clean --force
1616
RUN npm i -g firebase-tools@14.11.2 && npm cache clean --force

0 commit comments

Comments
 (0)