back to official repo, bugfix is merged

This commit is contained in:
cpp 2021-03-28 21:53:18 +02:00
parent d03d743324
commit 46d658bfcf

View file

@ -28,8 +28,8 @@ RUN apt-get update -yqq && apt-get install -yqq \
WORKDIR /usr/src/murmur WORKDIR /usr/src/murmur
RUN \ RUN \
git clone https://github.com/qamodi/mumble.git . \ git clone https://github.com/mumble-voip/mumble.git . \
&& git checkout fix-session-id-0 \ && git checkout master \
&& git submodule init \ && git submodule init \
&& git submodule update && git submodule update