Skip to content

Commit

Permalink
Install firebase-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 authored Nov 21, 2023
1 parent 9b35bce commit 2aa4cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RUN mkdir -p /etc/apt/keyrings \
&& npm install -g npm # Ensure latest npm

# Install global Firebase CLI
# RUN npm install -g [email protected]
RUN npm install -g [email protected]

# ============== FLUTTER CODE TESTS ==============
FROM flutter AS tests
Expand Down

0 comments on commit 2aa4cdc

Please sign in to comment.