diff --git a/Dockerfile b/Dockerfile index 917c240..83f72f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 npm@8.10.0 RUN npm i -g firebase-tools@11.5.0