Skip to content

Commit 1ac1eff

Browse files
committed
Add readline
1 parent fb3ed3e commit 1ac1eff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

2.7.10/onbuild/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app
55

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

0 commit comments

Comments
 (0)