diff --git a/Dockerfile b/Dockerfile index 363e195a..2d168aba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,6 +42,10 @@ RUN /scripts/add_extension.sh FlaggedRevs $MW_VERSION && \ /scripts/add_extension.sh Nuke $MW_VERSION && \ /scripts/add_extension.sh Auth_remoteuser $MW_VERSION +# Install SMF mods +# 3 September 2018: These would also need to be installed in the database. +RUN /scripts/add_mod.php "http://custom.simplemachines.org/mods/index.php?action=download;mod=3067;id=179832" + # Add our stuff ADD --chown=www-data:www-data application application RUN cd $WIKI_SOURCE && composer update --no-dev diff --git a/scripts/add_mod.php b/scripts/add_mod.php new file mode 100755 index 00000000..0a3ea3d1 --- /dev/null +++ b/scripts/add_mod.php @@ -0,0 +1,52 @@ +#!/usr/bin/env php +