Created
April 15, 2021 07:10
-
-
Save ebeloded/74d0dee14cded6b440363da81baffb93 to your computer and use it in GitHub Desktop.
build-test-env
This file contains hidden or 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 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