Skip to content

Commit

Permalink
embit remove unused py_ripemd160.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeubas committed Aug 12, 2024
1 parent 981b215 commit 1c68666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ RUN rm -rf vendor/embit/src/embit/util/prebuilt && \
rm -f vendor/embit/src/embit/wordlists/slip39.py && \
rm -f vendor/embit/src/embit/util/ctypes_secp256k1.py && \
rm -f vendor/embit/src/embit/util/py_secp256k1.py && \
rm -f vendor/embit/src/embit/util/py_ripemd160.py && \
find vendor/embit -type d -name '__pycache__' -exec rm -rv {} + -depth

# copy firmware to WORKDIR (src)
Expand Down

0 comments on commit 1c68666

Please sign in to comment.