Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yutakahashi114/2be69fa604716d2c5dd2ed3ba8ffe07f to your computer and use it in GitHub Desktop.
Save yutakahashi114/2be69fa604716d2c5dd2ed3ba8ffe07f to your computer and use it in GitHub Desktop.
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