FROM google/cloud-sdk:latest
USER root WORKDIR /root ADD functions-emulator-config.json .
RUN curl -sL https://deb.nodesource.com/setup_9.x | bash - RUN apt-get install -y nodejs RUN npm install -g @google-cloud/functions-emulator
Content type
Image
Digest
Size
689.8 MB
Last updated
over 8 years ago
docker pull ryandocker/gcloud-node