Upgrade pip in dockerfile

This commit is contained in:
Sylvain Bellemare 2017-06-14 18:41:42 +02:00 committed by Sylvain Bellemare
parent 5b06af3a02
commit 6d4b9385e4

View File

@ -3,6 +3,7 @@ LABEL maintainer "dev@bigchaindb.com"
RUN apt-get update \
&& apt-get install -y vim \
&& pip install -U pip \
&& pip install pynacl \
&& apt-get autoremove \
&& apt-get clean