Skip to content

Instantly share code, notes, and snippets.

@ebeloded
Created April 15, 2021 07:10
Show Gist options
  • Save ebeloded/74d0dee14cded6b440363da81baffb93 to your computer and use it in GitHub Desktop.
Save ebeloded/74d0dee14cded6b440363da81baffb93 to your computer and use it in GitHub Desktop.
build-test-env
FROM node:12.21.0-alpine
# RUN apk update
RUN apk add curl bash python
RUN sudo curl -sL https://firebase.tools | bash
RUN curl -sL https://sentry.io/get-cli | bash
RUN curl https://sdk.cloud.google.com | --disable-prompts --install-dir=/home bash
ENV PATH $PATH:/home/google-cloud-sdk/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment