Patch no longer required

This commit is contained in:
paul 2020-08-12 20:13:42 +02:00
parent 7774a1eb63
commit 5a0bce88d0
2 changed files with 0 additions and 45 deletions

View file

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