xme / misp-docker

Docker container for MISP
96 stars 32 forks source link

#DockerFile #4

Open R3vrseShell opened 8 years ago

R3vrseShell commented 8 years ago

The docker file have some Issues (Ubuntu version and redis ), to fix use attached

;-D

Dockerfile.txt

cutaway commented 7 years ago

This worked for me. The version of Ubuntu should be limited to 14.04 (trusty) until MISP is updated.

dmblack commented 7 years ago

Provided file does not work for me.

Step 40

Command /usr/bin/python3 -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-xgbc4viy-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/pillow
Storing debug log for failure in /root/.pip/pip.log
The command '/bin/sh -c cd /opt &&   apt-get install -y python3 python3-pip &&   git clone https://github.com/MISP/misp-modules.git &&   cd misp-modules &&   pip3 install -r REQUIREMENTS' returned a non-zero code: 1

Let me know if anything is needed for more information.