From f6b5aeb95652e8ab95d4fc254bce820a9556176c Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Mon, 21 Sep 2020 20:21:49 +0300 Subject: [PATCH] docker image: install libevent-dev libreadline-dev libconfig-dev libjansson-dev Needed by telegram-cli host build. --- scripts/setup-ubuntu.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 87f3be8bf..bfaa90613 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -138,6 +138,10 @@ PACKAGES+=" heimdal-multidev" PACKAGES+=" comerr-dev" PACKAGES+=" llvm-10-tools" PACKAGES+=" llvm-10-dev" +PACKAGES+=" libevent-dev" +PACKAGES+=" libreadline-dev" +PACKAGES+=" libconfig-dev" +PACKAGES+=" libjansson-dev" # Needed by packages in X11 repository. PACKAGES+=" alex"