From 3a0901e08348c843025077b2f5ed99c2f96ff20e Mon Sep 17 00:00:00 2001 From: L_DelOff Date: Fri, 15 Sep 2023 20:12:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile.multistage | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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