зависимости

main
L_DelOff 2023-09-15 20:12:44 +03:00
parent 2fbda0f02a
commit 3a0901e083
1 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,7 @@ FROM alpine:latest as build_stage
RUN apk update && apk add --no-cache \
git \
build-base \
gcc\
cmake \
pkgconf \
qt5-qtbase-dev \
@ -16,12 +17,12 @@ RUN apk update && apk add --no-cache \
libogg-dev \
libsndfile-dev \
opus-dev \
speech-dispatcher-dev \
avahi-dev \
libxcb-xinerama \
ice-dev \
libxcb-xinerama.so.0 \
icu-dev \
poco-dev
WORKDIR /opt
RUN git clone -b 1.5.x https://github.com/mumble-voip/mumble.git
WORKDIR /opt/mumble