Merge "jitsi-meet: open etherpad on join"

This commit is contained in:
Zuul 2020-03-27 14:48:18 +00:00 committed by Gerrit Code Review
commit f892f0690e

View File

@ -22,7 +22,11 @@ RUN \
apt-get install -y -t stretch-backports debhelper && \
rm -rf /var/lib/apt/lists/
RUN git clone https://github.com/jitsi/jitsi-meet
# TODO(jeblair): either get https://github.com/jitsi/jitsi-meet/pull/5270 merged
# or create a local fork, or carry a local patch we apply here
RUN git clone https://github.com/jeblair/jitsi-meet && \
cd jitsi-meet && \
git checkout etherpad-on-join
RUN \
cd jitsi-meet && \