Skip to content

Commit b2dfc92

Browse files
committed
Update Dockerfile
1 parent 41e593d commit b2dfc92

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

2.7.10/onbuild/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
FROM 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
55
RUN mkdir -p /usr/src/app
66
WORKDIR /usr/src/app
77

88
RUN 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 && \

0 commit comments

Comments
 (0)