Skip to content

Commit

Permalink
Adding firebase tools
Browse files Browse the repository at this point in the history
  • Loading branch information
vs4505 committed Jul 4, 2023
1 parent 76cadb2 commit a3b4d07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a3b4d07

Please sign in to comment.