From 212aee558c3c1a907ec57f09027d99684d40bbfa Mon Sep 17 00:00:00 2001 From: Pedro Beschorner Marin Date: Tue, 8 Mar 2022 13:25:31 -0300 Subject: [PATCH] etherpad: moved plugins repositories Nothing really changed for both of them, only updating to use the current valid path. Mconf should push them all to the BigBlueButton umbrella in the future. --- mod/etherpad/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mod/etherpad/Dockerfile b/mod/etherpad/Dockerfile index 3af5727..e4da21e 100644 --- a/mod/etherpad/Dockerfile +++ b/mod/etherpad/Dockerfile @@ -7,11 +7,10 @@ RUN apt-get update \ USER etherpad -# ep_cursortrace: using mconf's fork due to https://github.com/ether/ep_cursortrace/pull/25 not being accepted upstream RUN npm install \ ep_cursortrace@3.1.12 \ - git+https://github.com/pedrobmarin/ep_pad_ttl.git#360136cd38493dd698435631f2373cbb7089082d \ - git+https://github.com/pedrobmarin/ep_redis_publisher.git#1d903bf900dd53ebc5347f9583b6e240cf754d63 \ + git+https://github.com/mconf/ep_pad_ttl.git#360136cd38493dd698435631f2373cbb7089082d \ + git+https://github.com/mconf/ep_redis_publisher.git#1d903bf900dd53ebc5347f9583b6e240cf754d63 \ git+https://github.com/ether/ep_disable_chat.git#v0.0.4 \ # remove npm lockfile, because somehow it prevents etherpad from detecting the manual added plugin ep_bigbluebutton_patches && rm package-lock.json