plasma-disassembler / plasma

Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
GNU General Public License v3.0
3.05k stars 275 forks source link

Dockerfile doesn't work fine #65

Closed Boken00 closed 8 years ago

Boken00 commented 8 years ago

Hi,

I'm trying to execute it with Dockerfile but the files inside don't match with the file that there are on folder. By example: RUN /plasma/requirements.sh and requirements.sh doesn't exist on anywhere.

Regards.

ghost commented 8 years ago

Thank you. I forgot to update the dockerfile. I'm not an expert of docker, can you tell me if it's good ?

Boken00 commented 8 years ago

Now this is the new error:


install -m0644 ./capstone.pc /usr/lib/pkgconfig/ / Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' Storing debug log for failure in /root/.pip/pip.log python3: can't open file 'setup.py': [Errno 2] No such file or directory python3: can't open file 'setup.py': [Errno 2] No such file or directory The command '/bin/sh -c /plasma/install.sh' returned a non-zero code: 2


Please try Docker image on local and push after.

Thank you very much. Regards.