Skip to content
Snippets Groups Projects
Select Git revision
  • 8490c8148197a0db53075bca73d96059290483e9
  • master default
2 results

Dockerfile

Blame
  • Dockerfile 197 B
    FROM ubuntu:trusty
    RUN apt-get update; apt-get install -y python-pip python-dev libssl-dev libffi-dev build-essential
    RUN pip install --upgrade pip urllib3[secure] ndg-httpsclient pyasn1 pyopenssl