use official pull request patch
This commit is contained in:
parent
4fc76b950b
commit
7774a1eb63
3 changed files with 45 additions and 42 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue