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