mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
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
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue