зависимости
parent
2fbda0f02a
commit
3a0901e083
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue