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 a487064 commit 92a138eCopy full SHA for 92a138e
README.adoc
@@ -123,13 +123,13 @@ 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
+RUN apt-get install -y python-pip python-dev
127
endif::[]
128
ifdef::centos[]
129
RUN yum groups install -y 'Development Tools'
130
-RUN yum install -y openssl-devel python-pip
+RUN yum install -y openssl-devel python-devel python-pip
131
132
-RUN pip install --upgrade pip riak
+RUN pip install --upgrade pip cryptography riak
133
endif::riak_client[]
134
135
# Expose default ports
0 commit comments