Created
October 13, 2017 18:18
-
-
Save iynere/d272613a3786262c46d10da6ed1c9b17 to your computer and use it in GitHub Desktop.
fuboTV Dockerfile https://hub.docker.com/r/iynere/fubotv_frontend
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 circleci/node:6.11 | |
USER root | |
RUN apt-get install -y python-dev | |
RUN wget https://bootstrap.pypa.io/get-pip.py && \ | |
python get-pip.py && \ | |
rm get-pip.py && \ | |
pip install awscli | |
RUN yarn global add static-server | |
USER circleci |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment