Commit Graph

91 Commits (3cd926ce5d4a723cf76ac1a084b3a363020010dd)

Author SHA1 Message Date
Shrike 488b478101
Move wait-for-it.sh to $PATH and make executable.
Given that this script is used internally as part of the docker image, it makes sense to ensure it is added to the path directly within the Dockerfile itself, rather than from the docker-compose.yml file. It also needs to be made executable, otherwise the entrypoint command within the docker-compose.yml file will not be able to run it.
2022-09-23 11:41:02 +01:00
Luciano Righetti b1b05107a7
fix: run misp-modules and workers as www-data 2022-07-27 14:13:45 +02:00
Luciano Righetti 673fdc73a3 fix: restrict tag to ubuntu focal 2022-04-26 15:29:10 +02:00
Luciano Righetti ae52b9d6ae fix: broken stix install and other minor fixes 2021-12-23 11:55:55 +01:00
Luciano Righetti 39894fca53 fix: remove stix related packages causing install failure, verify with local checksum files instead of remotes. 2021-10-14 10:48:02 +02:00
Steven 82dfc1e56b - Upgrade to python3.9
- Upgrade pip packages
2021-03-26 22:51:34 +01:00
Steven 66d7a941a4 Apt install cron 2021-03-23 15:30:28 +01:00
Steven 9fde19bcaf Copy Apache2 configuration inside container 2021-03-23 10:21:25 +01:00
Steven a284fdcdde Add missing dependencies 2021-03-10 08:54:21 +01:00
Steven 7df3a9d9f9 Minor change in dependencies 2021-03-09 23:14:26 +01:00
Steven 6cc2cc3d2d - Clean up repository
- Don't run redis as daemon as it does not work in container
2021-03-09 22:45:11 +01:00
Steven c13eec4a73 Start misp-modules in venv 2021-03-09 16:41:03 +01:00
Steven 9d2e6312a2 Install misp-modules the right way 2021-03-09 15:16:06 +01:00
Steven f519e804ee Fix permissions 2021-03-08 23:25:03 +01:00
Steven 944f89479e Add user to group 2021-03-08 22:58:54 +01:00
Steven dce488f08a Create user with sudo rights to run installer 2021-03-08 22:50:51 +01:00
Steven 9ea94429d9 Add bash to execute install script 2021-03-08 22:36:58 +01:00
Steven 912d0a4932 installer flags added 2021-03-08 22:18:10 +01:00
Steven 90a2ccdbd8 Add unattended to MISP install script 2021-03-08 22:02:34 +01:00
Steven 3f9e97df67 Remove syslog-ng 2021-03-05 21:18:27 +01:00
Steven 2424c78064 Add wget again 2021-03-05 21:08:01 +01:00
Steven abe96aea88 Add installer for supervisor 2021-03-05 20:58:54 +01:00
Steven 4505c84d5f Download wget, remove tty from script 2021-03-05 20:33:45 +01:00
Steven e97aaec488 replace sh with ./ 2021-03-05 20:15:45 +01:00
Steven b5ea503953 Modified Dockerfile 2021-03-05 20:04:25 +01:00
Steven d72beb2360 Change order for copy 2021-03-05 17:39:03 +01:00
Steven 5b9a9509e8 Change location of script 2021-03-05 17:28:46 +01:00
Steven 0300a79c37 Chown install script and change user 2021-03-05 16:42:03 +01:00
Steven 48d6c137ef Fix typo 2021-03-05 16:19:25 +01:00
Steven 680b09b196 Copy install script 2021-03-05 15:59:31 +01:00
Steven fcdafb8261 - Put locale gen installer higher 2021-03-05 15:40:49 +01:00
Steven 766104d19f Fix locales 2021-03-05 15:34:37 +01:00
Steven 1e2f18f2c1 Add installer script without installing database in the container 2021-03-05 15:29:58 +01:00
Steven c0a8a63d99 Add dependencies 2021-03-05 13:49:30 +01:00
Steven 0eae386907 Change php version to 7.4 2021-03-05 12:42:12 +01:00
Steven 66cc82e2a6 Upgrade to Ubuntu 20.4 LTS 2021-03-05 12:24:49 +01:00
Steven eb0468812d Checkout master instead of specific branch 2021-03-03 10:23:17 +01:00
Koen Van Impe 9e6844ba29 Fixate to misp-modules 2.4.134
Avoid running into https://github.com/MISP/misp-modules/issues/453 ; which blocks deployment of Docker container.
2020-12-04 14:35:54 +01:00
itzdan f06bd47cd8
Update Dockerfile
Added fixes to py dependencies
2020-11-22 12:03:05 +11:00
Steven Goossens 6881936464
Update web/Dockerfile to upgrade pip
pip has an old version, which makes that the installation fails.

Co-authored-by: Risto Helinko <risto@helinko.com>
2020-10-29 09:09:24 +01:00
Steven Goossens 2b4719806f
Revert "Create the database" 2020-10-21 13:47:56 +02:00
Steven Goossens 8757f061e2
Expose port 443 2020-07-08 11:37:23 +02:00
Steven Goossens 14d6209040
Make sure to only replace the right checkInstaller 2020-07-08 11:17:05 +02:00
Steven Goossens 352ed8db01
Remove check installer 2020-07-07 15:57:07 +02:00
Steven Goossens 932a164ddf
Apt install sudo 2020-07-07 15:37:45 +02:00
Steven Goossens 4a7eb543bc
Remove output redirects from install script 2020-07-07 09:41:48 +02:00
Steven Goossens 210cf33c57
Added -y to apt commands 2020-07-06 09:11:59 +02:00
Steven Goossens d5675b34aa
Add apt update 2020-07-06 09:04:12 +02:00
Steven Goossens a046ceeb39
Install wget to get the download script :) 2020-07-06 00:21:31 +02:00
Steven Goossens 48d8c9d8f0
Update dockerfile to just run the install script 2020-07-05 23:57:35 +02:00