From 648a9b1a07219652c594d2485a575885a1d2f910 Mon Sep 17 00:00:00 2001 From: chandi Date: Sat, 27 Feb 2021 14:52:49 +0100 Subject: [PATCH] fix mistake in 389af20, fix for ignored etherpad plugin, etherpad 1.8.10 - accidently changed the wrong npm package when switching from ep_delete_after_delay_lite to ep_pad_ttl - ep_bigbluebutton_patches got somehow not loaded when not installed via `npm install` and therefore not included in `package-lock.json` --- mod/etherpad/Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mod/etherpad/Dockerfile b/mod/etherpad/Dockerfile index 5e0cb89..1a52570 100644 --- a/mod/etherpad/Dockerfile +++ b/mod/etherpad/Dockerfile @@ -1,4 +1,4 @@ -FROM etherpad/etherpad:1.8.9 +FROM etherpad/etherpad:1.8.10 USER root @@ -8,8 +8,10 @@ RUN apt-get update \ USER etherpad RUN npm install \ - ep_delete_after_delay_lite \ - git+https://git@github.com/pedrobmarin/ep_pad_ttl.git + git+https://git@github.com/pedrobmarin/ep_pad_ttl.git \ + git+https://git@github.com/pedrobmarin/ep_redis_publisher.git \ +# remove npm lockfile, because somehow it prevents etherpad from detecting the manual added plugin ep_bigbluebutton_patches + && rm package-lock.json # add skin from git submodule COPY --chown=etherpad:0 ./bbb-etherpad-skin /opt/etherpad-lite/src/static/skins/bigbluebutton