[go: nahoru, domu]

Skip to content

Commit

Permalink
Install bash in Firebase Dockerfile (#2996)
Browse files Browse the repository at this point in the history
This was accidentally removed in #2991

```
Step #1: exec /usr/bin/firebase.bash: no such file or directory
```
  • Loading branch information
johnpryan committed Jun 12, 2024
1 parent f12269f commit b284656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cloud_build/firebase/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM node:lts-alpine3.14 AS app-env

RUN apk add --no-cache bash
RUN npm install -g firebase-tools

ADD firebase.bash /usr/bin
Expand Down

0 comments on commit b284656

Please sign in to comment.