- By Edmond Lau
- Highly Recommended 👍
- http://www.theeffectiveengineer.com/
- They are the people who get things done. Effective Engineers produce results.
I hereby claim:
To claim this, I am signing this object:
| FROM centos:centos6 | |
| RUN yum -y install python-devel "@Development tools" libffi-devel openssl-devel wget | |
| RUN yum -y install tar | |
| RUN rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm | |
| RUN yum -y install php54w | |
| RUN wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.5-linux_x86_64-portable.tar.bz2 | |
| RUN tar xvjf pypy-2.5-linux_x86_64-portable.tar.bz2 | |
| RUN mv pypy-2.5-linux_x86_64-portable pypy | |
| RUN wget https://bootstrap.pypa.io/get-pip.py |