File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ RUN mkdir -p /usr/src/app
44WORKDIR /usr/src/app
55
66RUN apt-get update && \
7- apt-get install -y gcc python2.7-dev libmemcached-dev libpq-dev libev-dev libxml2-dev libxslt-dev libssl-dev libffi-dev && \
7+ 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 && \
88 pip install --no-cache-dir pip==7.0.3 setuptools==17.1.1 && \
9- pip install --no-cache-dir pyOpenSSL==0.15.1 ndg-httpsclient==0.4.0 pyasn1==0.1.7 pycparser==2.14 cryptography==0.9.1 cffi==1.1.2 && \
9+ pip install --no-cache-dir pyOpenSSL==0.15.1 ndg-httpsclient==0.4.0 pyasn1==0.1.7 pycparser==2.14 cryptography==0.9.1 cffi==1.1.2 readline==6.2.4.1 && \
1010 pip uninstall -y virtualenv && \
1111 apt-get autoremove -y && \
1212 apt-get autoclean -y && \
You can’t perform that action at this time.
0 commit comments