Skip to content
Snippets Groups Projects
Commit 89ef7d78 authored by Tim's avatar Tim
Browse files

add pipenv

parent 08bb2c16
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
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