From 19a6eeff01b96b8e905caa1f918a7ec470ae03ee Mon Sep 17 00:00:00 2001
From: Tim <roadscape@users.noreply.github.com>
Date: Thu, 14 Sep 2017 13:04:32 -0400
Subject: [PATCH] remove Docker hacks from master

---
 Dockerfile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 832b80276..785587704 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,7 +23,6 @@ RUN \
         python3 \
         python3-dev \
         python3-pip \
-        python3-setuptools \
         libxml2-dev \
         libxslt-dev \
         runit \
@@ -43,8 +42,6 @@ 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 \
         build-essential \
-- 
GitLab