use official pull request patch

This commit is contained in:
Hive 2020-08-11 23:09:18 +02:00
parent 4fc76b950b
commit 7774a1eb63
3 changed files with 45 additions and 42 deletions

View file

@ -27,11 +27,11 @@ RUN apt-get update -yqq && apt-get install -yqq \
git --no-install-recommends
WORKDIR /usr/src/murmur
COPY 0001-Fix-ssl.patch /
COPY 4414.patch /
RUN \
git clone https://github.com/mumble-voip/mumble.git . \
&& git checkout master \
&& git apply /0001-Fix-ssl.patch \
&& git apply /4414.patch \
&& git submodule init \
&& git submodule update