diff --git a/assets/build/install.sh b/assets/build/install.sh index 1a91d94..bd2c814 100644 --- a/assets/build/install.sh +++ b/assets/build/install.sh @@ -11,7 +11,7 @@ apt-get install -y gnupg2 git wget python-setuptools cron iputils-ping curl nano wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \ echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list && \ apt-get update && \ -apt-get install -y postgresql-client-10 postgresql-client-11 postgresql-client-12 mysql-client nfs-common +apt-get install -y postgresql-client-10 postgresql-client-11 postgresql-client-12 postgresql-client-14 mysql-client nfs-common # mongo