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!

pull/4/head
Ventz Petkov 2018-08-22 23:47:17 -04:00
parent 5d07aec827
commit 1d9fd16bb1
2 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,10 @@
Docker MISP Container
=====================
### Latest Update: 7-7-2018
### Latest Update: 8-22-2018
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:
https://github.com/harvard-itsecurity/docker-misp

View File

@ -40,7 +40,6 @@ RUN sed -i -E 's/^(\s*)system\(\);/\1unix-stream("\/dev\/log");/' /etc/syslog-ng
WORKDIR /var/www/MISP
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 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 update ; \
sudo -u www-data -H git submodule foreach git config core.filemode false ; \