From 6960c36d0f7944add28ec434b83a11d45c970173 Mon Sep 17 00:00:00 2001 From: L_DelOff Date: Fri, 15 Sep 2023 20:50:22 +0300 Subject: [PATCH] fix --- Dockerfile.multistage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.multistage b/Dockerfile.multistage index 5b89604..ce6189e 100644 --- a/Dockerfile.multistage +++ b/Dockerfile.multistage @@ -33,7 +33,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ WORKDIR /root 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 WORKDIR /root/mumble/build