Fix clone path
This commit is contained in:
parent
1c547195b2
commit
fdb60de5bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue