switch to fork with bugfix
This commit is contained in:
parent
91d447bc92
commit
d03d743324
1 changed files with 2 additions and 2 deletions
|
@ -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/mumble-voip/mumble.git . \
|
git clone https://github.com/qamodi/mumble.git . \
|
||||||
&& git checkout master \
|
&& git checkout fix-session-id-0 \
|
||||||
&& git submodule init \
|
&& git submodule init \
|
||||||
&& git submodule update
|
&& git submodule update
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue