Fix clone path

This commit is contained in:
paul 2020-08-11 22:10:26 +02:00
parent 1c547195b2
commit fdb60de5bc

View file

@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /usr/src/murmur WORKDIR /usr/src/murmur
RUN \ RUN \
git clone https://github.com/mumble-voip/mumble.git \ git clone https://github.com/mumble-voip/mumble.git . \
&& git checkout master \ && git checkout master \
&& git submodule init \ && git submodule init \
&& git submodule update && git submodule update