• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Install Python 2.7
2RUN apt-get update && apt-get install -y python2.7 python-all-dev
3RUN curl https://bootstrap.pypa.io/get-pip.py | python2.7
4