We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a138e commit 691b231Copy full SHA for 691b231
README.adoc
@@ -122,12 +122,11 @@ endif::riak_explorer[]
122
ifdef::riak_client[]
123
# Install the Python client
124
ifdef::ubuntu,debian[]
125
-RUN apt-get install -y build-essential libssl-dev
126
-RUN apt-get install -y python-pip python-dev
+RUN apt-get install -y build-essential libssl-dev libffi-dev python-dev python-pip
127
endif::[]
128
ifdef::centos[]
129
RUN yum groups install -y 'Development Tools'
130
-RUN yum install -y openssl-devel python-devel python-pip
+RUN yum install -y openssl-devel python-devel libffi-devel python-pip
131
132
RUN pip install --upgrade pip cryptography riak
133
endif::riak_client[]
0 commit comments