Skip to content
Snippets Groups Projects
Commit 2159f6a5 authored by Tim's avatar Tim
Browse files

install steem-python from github

parent 19a6eeff
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ RUN \ ...@@ -23,6 +23,7 @@ RUN \
python3 \ python3 \
python3-dev \ python3-dev \
python3-pip \ python3-pip \
python3-setuptools \
libxml2-dev \ libxml2-dev \
libxslt-dev \ libxslt-dev \
runit \ runit \
...@@ -42,6 +43,8 @@ RUN \ ...@@ -42,6 +43,8 @@ RUN \
WORKDIR /app WORKDIR /app
RUN \ RUN \
pip3 install pipenv && \
pip3 install -e git+https://github.com/steemit/steem-python.git#egg=steem && \
pip3 install -e . && \ pip3 install -e . && \
apt-get remove -y \ apt-get remove -y \
build-essential \ build-essential \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment