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:
authorRobert Adam <dev@robert-adam.de>2021-07-12 10:04:27 +0300
committerGitHub <noreply@github.com>2021-07-12 10:04:27 +0300
commitf3903f906c83492ff6f1a0f868f022de4b3c9159 (patch)
treea191208b912eb53f0b3a429a506ce07b36e8cd76
parentc3ee497e13e8d9266ea40f81eca7936bf28838f5 (diff)
parent2567c5e36b476e3b51306a8aa7c60e1da8d3a81b (diff)
Merge PR #5175: MAINT(docker): added frequently used sql drivers
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 2057d59d0..aa141e353 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -47,6 +47,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
libqt5core5a \
libqt5network5 \
libqt5sql5 \
+ libqt5sql5-mysql \
+ libqt5sql5-psql \
libqt5sql5-sqlite \
libqt5xml5 \
libqt5dbus5 \