Skip to content

Instantly share code, notes, and snippets.

@iynere
Created October 13, 2017 18:18
Show Gist options
  • Save iynere/d272613a3786262c46d10da6ed1c9b17 to your computer and use it in GitHub Desktop.
Save iynere/d272613a3786262c46d10da6ed1c9b17 to your computer and use it in GitHub Desktop.
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