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 \

View file

@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
git \
liblzma-dev \
libmariadb-dev-compat \
libprotobuf-dev \
libqt5multimedia5-plugins \
libqt5sql5-mysql \

View file

@ -10,6 +10,7 @@ RUN dnf install -y \
git \
hicolor-icon-theme \
libappstream-glib \
mariadb-devel \
protobuf-devel \
qt5-{qttools,qtsvg,qtmultimedia,qtwebsockets}-devel \
rpm-build \

View file

@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
git \
liblzma-dev \
libmariadb-dev-compat \
libprotobuf-dev \
libqt5multimedia5-plugins \
libqt5sql5-mysql \

View file

@ -10,6 +10,7 @@ RUN apt-get update && \
g++ \
git \
liblzma-dev \
libmariadb-dev-compat \
libprotobuf-dev \
libqt5multimedia5-plugins \
libqt5sql5-mysql \