Skip to content

Commit

Permalink
add openldap lib
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote committed Nov 16, 2023
1 parent 65f589f commit 3bd917e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ apt-get update
percona-release setup -y ps-57
apt-get install -yq percona-toolkit
percona-release disable ps-57
apt-get install -yq gcc libmariadb-dev
apt-get install -yq gcc libmariadb-dev libldap2-dev
apt-get clean
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime
echo $TZ > /etc/timezone
Expand Down

0 comments on commit 3bd917e

Please sign in to comment.