diff --git a/Dockerfile b/Dockerfile
index e151bced4ce71f0b9b8d2d96d5c492cad9f0f899..832b8027610b8d5c3d9c9f1f1203ca98158fe180 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 \