File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM python:2.7.10-slim
22
3- ENV PYTHON_PIP_VERSION 7.1.2
4- ENV PYTHON_SETUPTOOLS_VERSION 18.3.2
3+ ENV PYTHON_PIP_VERSION
4+ ENV PYTHON_SETUPTOOLS_VERSION
55RUN mkdir -p /usr/src/app
66WORKDIR /usr/src/app
77
88RUN apt-get update && \
99 apt-get install -y gcc make python2.7-dev libmemcached-dev libpq-dev libev-dev libxml2-dev libxslt-dev libssl-dev libffi-dev libreadline-dev libncurses-dev patch && \
10- pip install --no-cache-dir pip==$PYTHON_PIP_VERSION setuptools==$PYTHON_SETUPTOOLS_VERSION && \
10+ pip install --no-cache-dir pip==7.1.2 setuptools==18.3.2 wheel=0.26.0 && \
1111 pip install --no-cache-dir pyOpenSSL==0.15.1 ndg-httpsclient==0.4.0 pyasn1==0.1.8 pyasn1-modules==0.0.6 pycparser==2.14 cryptography==1.0.1 cffi==1.1.2 readline==6.2.4.1 && \
1212 pip uninstall -y virtualenv && \
1313 apt-get autoremove -y && \
You can’t perform that action at this time.
0 commit comments