mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 09:15:10 +00:00
fix(bench): Replace legacy libmariadbclient-dev with libmariadb-dev
This commit is contained in:
parent
d378053825
commit
5666b8f601
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ RUN apt-get update \
|
|||
libffi-dev \
|
||||
liblcms2-dev \
|
||||
libldap2-dev \
|
||||
libmariadbclient-dev \
|
||||
libmariadb-dev \
|
||||
libsasl2-dev \
|
||||
libtiff5-dev \
|
||||
libwebp-dev \
|
||||
|
|
|
|||
Loading…
Reference in a new issue