From 89ef7d78db60ccffa4f8a2202a34400a8ce488ea Mon Sep 17 00:00:00 2001
From: Tim <roadscape@users.noreply.github.com>
Date: Thu, 14 Sep 2017 12:59:12 -0400
Subject: [PATCH] add pipenv

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index e151bced4..832b80276 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -43,6 +43,7 @@ RUN \
 WORKDIR /app
 
 RUN \
+    pip3 install pipenv && \
     pip3 install -e git+https://github.com/steemit/steem-python.git#egg=steem && \
     pip3 install -e . && \
     apt-get remove -y \
-- 
GitLab