Skip to content

Commit 92a138e

Browse files
committed
Tweaked python client install
1 parent a487064 commit 92a138e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ ifdef::riak_client[]
123123
# Install the Python client
124124
ifdef::ubuntu,debian[]
125125
RUN apt-get install -y build-essential libssl-dev
126-
RUN apt-get install -y python-pip
126+
RUN apt-get install -y python-pip python-dev
127127
endif::[]
128128
ifdef::centos[]
129129
RUN yum groups install -y 'Development Tools'
130-
RUN yum install -y openssl-devel python-pip
130+
RUN yum install -y openssl-devel python-devel python-pip
131131
endif::[]
132-
RUN pip install --upgrade pip riak
132+
RUN pip install --upgrade pip cryptography riak
133133
endif::riak_client[]
134134
135135
# Expose default ports

0 commit comments

Comments
 (0)