diff options
author | mortzu <mortzu@users.noreply.github.com> | 2017-11-08 22:48:51 +0100 |
---|---|---|
committer | Neil Lathwood <neil@lathwood.co.uk> | 2017-11-08 21:48:51 +0000 |
commit | 853480fca54492a38feaa4fa76941e88f54f11a8 (patch) | |
tree | ab35a950fb20994efe1d854df02858bc6793c472 /Dockerfile | |
parent | b19721a62aff7112c891ef13ebaa4fa944d6cb5b (diff) |
feature: Added hook for XMPP MUC (#951)
* Added hook for XMPP MUC
* Updated dockerfile
* Added timeout to prevent oxidized to stop on XMPP error
* Updated README
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ RUN gem install oxidized-web --no-ri --no-rdoc # dependencies for hooks RUN gem install aws-sdk RUN gem install slack-api +RUN gem install xmpp4r RUN rm -rf /tmp/oxidized |