srlabs / extractor

Extractor: The Android firmware image extraction tool
Apache License 2.0
69 stars 16 forks source link

does it support running in docker ? #5

Open rayshaw001 opened 1 year ago

rayshaw001 commented 1 year ago

does it support running in docker ?

rayshaw001 commented 1 year ago

I build a docker image with this tool, and run this command in docker ./extrator.py then I got blew error Traceback (most recent call last): File "/home/work/extractor/./extractor.py", line 37, in <module> from lxml import etree ImportError: /usr/local/lib/python3.10/dist-packages/lxml/etree.cpython-310-x86_64-linux-gnu.so: undefined symbol: _PyGen_Send

stze commented 1 year ago

Yes, you can follow those instructions