Skip to content

Instantly share code, notes, and snippets.

@unknownliviu
Created September 14, 2018 09:58
Show Gist options
  • Save unknownliviu/cb67391a5e6522a5118589d7d2700ec1 to your computer and use it in GitHub Desktop.
Save unknownliviu/cb67391a5e6522a5118589d7d2700ec1 to your computer and use it in GitHub Desktop.
mrliviu/ruby-2.5.1-with-eb
FROM circleci/ruby:2.5.1-stretch
RUN sudo apt-get -y -qq update && sudo apt-get install python-pip python-dev build-essential && pip install awscli awsebcli --upgrade --user && echo 'PATH=$PATH:/home/circleci/.local/bin' >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment