mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Upgrade pip in dockerfile
This commit is contained in:
parent
5b06af3a02
commit
6d4b9385e4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user