diff --git a/README.md b/README.md index 0ae77b3..25d6e1f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/container/Dockerfile b/container/Dockerfile index 309cfaa..e740f29 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -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 ; \