We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67399f commit 843b6b4Copy full SHA for 843b6b4
scripts/publish/firebase-docker-image/Dockerfile
@@ -2,6 +2,8 @@ FROM node:lts-alpine AS app-env
2
3
# Install Python and Java and pre-cache emulator dependencies.
4
RUN apk add --no-cache python3 py3-pip openjdk11-jre bash && \
5
+ apk update && \
6
+ apk upgrade && \
7
npm install -g firebase-tools && \
8
firebase setup:emulators:database && \
9
firebase setup:emulators:firestore && \
0 commit comments