Compare commits

..

2 Commits

Author SHA1 Message Date
0fb751c095 ini 2023-09-17 10:10:49 +03:00
e793e5f7fd проверяю наличие ini 2023-09-17 10:10:26 +03:00

View File

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