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