emux
emux copied to clipboard
Binwalk Breaking Changes
Description
Binwalk updated from https://github.com/ReFirmLabs/binwalk/tree/v2.3.3 to https://github.com/ReFirmLabs/binwalk/tree/v2.3.4
2.3.4 removes the python installation as the project is being migrated to Rust.
Creating the container errors out in this line: https://github.com/therealsaumil/emux/blob/master/Dockerfile-emux#L62
Before:
Current (BREAKING CHANGE):
Easy fix
Likely changing this line to ping the working (python) version
https://github.com/therealsaumil/emux/blob/master/Dockerfile-emux#L56
Long term fix
Redoing Dockerfile-emux
to install the RUST version. Though they currently say it's in BETA.