mirror of https://github.com/MISP/docker-misp
Upstream update to install process: 07ac2a0c5653546ceaf0433ea235be3cc8d4c2b5 and e1fc7b2e50580e7f826d6cae4bb0debf43658db2 - removal of checking out latest tagged version and changing pysqm and redis to pip3, which was already in place!
parent
5d07aec827
commit
1d9fd16bb1
|
@ -1,10 +1,10 @@
|
||||||
Docker MISP Container
|
Docker MISP Container
|
||||||
=====================
|
=====================
|
||||||
### Latest Update: 7-7-2018
|
### Latest Update: 8-22-2018
|
||||||
|
|
||||||
Following the Official MISP Ubuntu 18.04 LTS build instructions.
|
Following the Official MISP Ubuntu 18.04 LTS build instructions.
|
||||||
|
|
||||||
Latest Upstream Change Included: 29dc4adbdfc1412989efbaf5463e5d7d897a153b
|
Latest Upstream Change Included: e1fc7b2e50580e7f826d6cae4bb0debf43658db2
|
||||||
|
|
||||||
Github repo + build script here:
|
Github repo + build script here:
|
||||||
https://github.com/harvard-itsecurity/docker-misp
|
https://github.com/harvard-itsecurity/docker-misp
|
||||||
|
|
|
@ -40,7 +40,6 @@ RUN sed -i -E 's/^(\s*)system\(\);/\1unix-stream("\/dev\/log");/' /etc/syslog-ng
|
||||||
WORKDIR /var/www/MISP
|
WORKDIR /var/www/MISP
|
||||||
RUN chown -R www-data:www-data /var/www/MISP /root/.config /root/.git; \
|
RUN chown -R www-data:www-data /var/www/MISP /root/.config /root/.git; \
|
||||||
sudo -u www-data -H git clone https://github.com/MISP/MISP.git /var/www/MISP ; \
|
sudo -u www-data -H git clone https://github.com/MISP/MISP.git /var/www/MISP ; \
|
||||||
sudo -u www-data -H git checkout tags/$(git describe --tags `git rev-list --tags --max-count=1`) ; \
|
|
||||||
sudo -u www-data -H git submodule init ; \
|
sudo -u www-data -H git submodule init ; \
|
||||||
sudo -u www-data -H git submodule update ; \
|
sudo -u www-data -H git submodule update ; \
|
||||||
sudo -u www-data -H git submodule foreach git config core.filemode false ; \
|
sudo -u www-data -H git submodule foreach git config core.filemode false ; \
|
||||||
|
|
Loading…
Reference in New Issue