L_DelOff 2023-09-17 10:10:49 +03:00
parent e793e5f7fd
commit 0fb751c095
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ RUN cmake -Dclient=OFF -DCMAKE_BUILD_TYPE=Release -Dgrpc=ON .. || \
) )
RUN make -j $(nproc) RUN make -j $(nproc)
RUN ls RUN ls
RUN cat /root/mumble/build/mumble-server.ini
# Clean distribution stage # Clean distribution stage
FROM ubuntu:focal FROM ubuntu:focal