We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579644a commit 40afa03Copy full SHA for 40afa03
1 file changed
Dockerfile
@@ -10,7 +10,7 @@ LABEL com.github.actions.description="Wraps the firebase-tools CLI to enable com
10
LABEL com.github.actions.icon="package"
11
LABEL com.github.actions.color="gray-dark"
12
13
-# RUN apt update && apt-get install --no-install-recommends -y jq openjdk-11-jre-headless && rm -rf /var/lib/apt/lists/*
+RUN apt update && apt-get install --no-install-recommends -y jq && rm -rf /var/lib/apt/lists/*
14
15
RUN npm i -g npm@10.9.2 && npm cache clean --force
16
RUN npm i -g firebase-tools@14.11.2 && npm cache clean --force
0 commit comments