From a3b4d07b7a0fae41e32bb6ba71c7bab126b6f6f0 Mon Sep 17 00:00:00 2001 From: kollav Date: Tue, 4 Jul 2023 12:20:54 -0400 Subject: [PATCH] Adding firebase tools --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 23dba31..e20ba42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,10 @@ RUN \ RUN wget https://dl.google.com/go/go1.20.5.linux-amd64.tar.gz RUN tar -xvf go1.20.5.linux-amd64.tar.gz -C /usr/local +# Firebase +# https://firebase.google.com/docs/cli#install-cli-mac-linux +RUN npm install -g firebase-tools + # AWS CLI RUN pip install awscli --upgrade