Created
March 18, 2020 13:45
-
-
Save yutakahashi114/2be69fa604716d2c5dd2ed3ba8ffe07f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM google/cloud-sdk:alpine | |
RUN apk add --update --no-cache openjdk8 \ | |
&& gcloud components update \ | |
&& gcloud components install cloud-firestore-emulator beta --quiet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment