add missing mysql connector dependencies to docker images (#4160)

This commit is contained in:
ebbit1q 2020-11-09 01:35:54 +01:00 committed by GitHub
parent 3064621a7e
commit f11f072e0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,7 @@ RUN pacman --sync --refresh --sysupgrade --needed --noconfirm \
ccache \
cmake \
git \
mariadb-libs \
protobuf \
qt5-base \
qt5-multimedia \