mirror of
https://github.com/friendica/docker
synced 2025-12-07 13:57:07 +01:00
Replace mysql-client with mariadb-client
This commit is contained in:
parent
55b4574787
commit
51a6dcc6fc
8 changed files with 8 additions and 8 deletions
|
|
@ -34,7 +34,7 @@ RUN set -ex; \
|
|||
\
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
mysql-client \
|
||||
mariadb-client \
|
||||
bash \
|
||||
libpng-dev \
|
||||
libjpeg62-turbo-dev \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue