Skip to content

Commit 691b231

Browse files
committed
Tweak python client install
1 parent 92a138e commit 691b231

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,11 @@ endif::riak_explorer[]
122122
ifdef::riak_client[]
123123
# Install the Python client
124124
ifdef::ubuntu,debian[]
125-
RUN apt-get install -y build-essential libssl-dev
126-
RUN apt-get install -y python-pip python-dev
125+
RUN apt-get install -y build-essential libssl-dev libffi-dev python-dev python-pip
127126
endif::[]
128127
ifdef::centos[]
129128
RUN yum groups install -y 'Development Tools'
130-
RUN yum install -y openssl-devel python-devel python-pip
129+
RUN yum install -y openssl-devel python-devel libffi-devel python-pip
131130
endif::[]
132131
RUN pip install --upgrade pip cryptography riak
133132
endif::riak_client[]

0 commit comments

Comments
 (0)