diff --git a/Dockerfile.multistage b/Dockerfile.multistage index b60c437..2892b43 100644 --- a/Dockerfile.multistage +++ b/Dockerfile.multistage @@ -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