From 084d907f54104113afa4064064db2448fed0c452 Mon Sep 17 00:00:00 2001 From: Vassiliy Yegorov Date: Wed, 7 Dec 2022 20:08:58 +0700 Subject: [PATCH] Update assets/build/install.sh --- assets/build/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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