Hotpatch missing intermediate certificates

This commit is contained in:
madmaurice 2020-08-11 23:00:15 +02:00 committed by Hive
parent 5d2ae15edc
commit c476a4d8a8
2 changed files with 42 additions and 0 deletions

View file

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