add missing mysql connector dependencies to docker images (#4160)
This commit is contained in:
parent
3064621a7e
commit
f11f072e0a
5 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,7 @@ RUN pacman --sync --refresh --sysupgrade --needed --noconfirm \
|
||||||
ccache \
|
ccache \
|
||||||
cmake \
|
cmake \
|
||||||
git \
|
git \
|
||||||
|
mariadb-libs \
|
||||||
protobuf \
|
protobuf \
|
||||||
qt5-base \
|
qt5-base \
|
||||||
qt5-multimedia \
|
qt5-multimedia \
|
||||||
|
|
|
@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
g++ \
|
g++ \
|
||||||
git \
|
git \
|
||||||
liblzma-dev \
|
liblzma-dev \
|
||||||
|
libmariadb-dev-compat \
|
||||||
libprotobuf-dev \
|
libprotobuf-dev \
|
||||||
libqt5multimedia5-plugins \
|
libqt5multimedia5-plugins \
|
||||||
libqt5sql5-mysql \
|
libqt5sql5-mysql \
|
||||||
|
|
|
@ -10,6 +10,7 @@ RUN dnf install -y \
|
||||||
git \
|
git \
|
||||||
hicolor-icon-theme \
|
hicolor-icon-theme \
|
||||||
libappstream-glib \
|
libappstream-glib \
|
||||||
|
mariadb-devel \
|
||||||
protobuf-devel \
|
protobuf-devel \
|
||||||
qt5-{qttools,qtsvg,qtmultimedia,qtwebsockets}-devel \
|
qt5-{qttools,qtsvg,qtmultimedia,qtwebsockets}-devel \
|
||||||
rpm-build \
|
rpm-build \
|
||||||
|
|
|
@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
g++ \
|
g++ \
|
||||||
git \
|
git \
|
||||||
liblzma-dev \
|
liblzma-dev \
|
||||||
|
libmariadb-dev-compat \
|
||||||
libprotobuf-dev \
|
libprotobuf-dev \
|
||||||
libqt5multimedia5-plugins \
|
libqt5multimedia5-plugins \
|
||||||
libqt5sql5-mysql \
|
libqt5sql5-mysql \
|
||||||
|
|
|
@ -10,6 +10,7 @@ RUN apt-get update && \
|
||||||
g++ \
|
g++ \
|
||||||
git \
|
git \
|
||||||
liblzma-dev \
|
liblzma-dev \
|
||||||
|
libmariadb-dev-compat \
|
||||||
libprotobuf-dev \
|
libprotobuf-dev \
|
||||||
libqt5multimedia5-plugins \
|
libqt5multimedia5-plugins \
|
||||||
libqt5sql5-mysql \
|
libqt5sql5-mysql \
|
||||||
|
|
Loading…
Reference in a new issue