L_DelOff 2023-09-15 20:50:22 +03:00
parent 3626f45eaa
commit 6960c36d0f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
WORKDIR /root WORKDIR /root
RUN git clone -b 1.5.x https://github.com/mumble-voip/mumble.git RUN git clone -b 1.5.x https://github.com/mumble-voip/mumble.git
WORKDIR /opt/mumble WORKDIR /root/mumble
RUN git submodule update --init --recursive RUN git submodule update --init --recursive
WORKDIR /root/mumble/build WORKDIR /root/mumble/build