Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChessmaster <Chessmasterrr@users.noreply.github.com>2021-02-13 17:47:30 +0300
committerRobert Adam <krzmbrzl@gmail.com>2021-02-13 18:59:59 +0300
commit83bce9078d42788a5ebb2b9c14cb2991fe94e5de (patch)
tree52e5d663413dba3097beda6fa74bb6d6645ac621 /Dockerfile
parentf86a1e1602055bf6be18509c8aaf33ad16391407 (diff)
MAINT(docker): added missing sql driver
Closes #4755
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index dc8af64b1..f0606d21a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -47,6 +47,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
libqt5core5a \
libqt5network5 \
libqt5sql5 \
+ libqt5sql5-sqlite \
libqt5xml5 \
libqt5dbus5 \
ca-certificates \