зависимости

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 \ RUN apk update && apk add --no-cache \
git \ git \
build-base \ build-base \
gcc\
cmake \ cmake \
pkgconf \ pkgconf \
qt5-qtbase-dev \ qt5-qtbase-dev \
@ -16,12 +17,12 @@ RUN apk update && apk add --no-cache \
libogg-dev \ libogg-dev \
libsndfile-dev \ libsndfile-dev \
opus-dev \ opus-dev \
speech-dispatcher-dev \
avahi-dev \ avahi-dev \
libxcb-xinerama \ libxcb-xinerama.so.0 \
ice-dev \ icu-dev \
poco-dev poco-dev
WORKDIR /opt WORKDIR /opt
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 /opt/mumble