Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Merge 116ccdf into 8cffda7
Browse files Browse the repository at this point in the history
  • Loading branch information
Vsevolod committed Sep 9, 2019
2 parents 8cffda7 + 116ccdf commit 41ed8e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ All notable changes to this project are documented in this file.
- Fix ``Equals()`` of ``ByteArray``
- Fix max recursion depth exception when counting certain VM StackItems that point to themselves
- Fix ``RIGHT`` opcode for 0 count edge case
- Fix Docker configuration pip issue


[0.8.4] 2019-02-14
Expand Down
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ WORKDIR neo-python
RUN git checkout $branch

# Install the dependencies
RUN pip3 install -e .
RUN wget https://bootstrap.pypa.io/get-pip.py
RUN python3.7m get-pip.py
RUN pip3.7 install -e .

# Download the privnet wallet, to have it handy for easy experimenting
RUN wget https://s3.amazonaws.com/neo-experiments/neo-privnet.wallet
Expand Down

0 comments on commit 41ed8e8

Please sign in to comment.