From d03d743324bdcfa06ec3522b5a5bf6a70cb39502 Mon Sep 17 00:00:00 2001 From: cpp Date: Sat, 27 Mar 2021 01:34:38 +0100 Subject: [PATCH] switch to fork with bugfix --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e574c96..9651103 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,8 +28,8 @@ RUN apt-get update -yqq && apt-get install -yqq \ WORKDIR /usr/src/murmur RUN \ - git clone https://github.com/mumble-voip/mumble.git . \ - && git checkout master \ + git clone https://github.com/qamodi/mumble.git . \ + && git checkout fix-session-id-0 \ && git submodule init \ && git submodule update