misp-docker icon indicating copy to clipboard operation
misp-docker copied to clipboard

#DockerFile

Open R3vrseShell opened this issue 9 years ago • 2 comments

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

;-D

Dockerfile.txt

R3vrseShell avatar Jun 22 '16 09:06 R3vrseShell

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

cutaway avatar Jul 25 '16 14:07 cutaway

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.

dmblack avatar Aug 24 '16 02:08 dmblack