Skip to content

Instantly share code, notes, and snippets.

@radzionc
Created January 27, 2018 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radzionc/c235b899caecca868e65ce53a56ad5b2 to your computer and use it in GitHub Desktop.
Save radzionc/c235b899caecca868e65ce53a56ad5b2 to your computer and use it in GitHub Desktop.
FROM node:latest
RUN apt-get update \
&& apt-get install -y default-jre \
&& apt-get install -y python-dev \
&& curl -O https://bootstrap.pypa.io/get-pip.py \
&& python get-pip.py \
&& pip install awsebcli --upgrade \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment