summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-02-24 12:06:57 -0700
committermo khan <mo.khan@gmail.com>2020-02-24 12:06:57 -0700
commit64859f6c878dc8a2e8fde1b2e0b2ddac1c47f339 (patch)
tree2cf20c169c1762a45f9a1c2b952ac838599a8078
parente25f905e9a658ca2f317d9a90d88c825845611fd (diff)
Install additional python dependencies
-rw-r--r--config/install.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/install.sh b/config/install.sh
index 83705ba..d380e5a 100644
--- a/config/install.sh
+++ b/config/install.sh
@@ -26,6 +26,7 @@ apt-get install -y --no-install-recommends \
golang \
gpg \
jq \
+ libbz2-dev \
libcurl4 \
libcurl4-openssl-dev \
libedit-dev \
@@ -34,7 +35,10 @@ apt-get install -y --no-install-recommends \
libjpeg-dev \
liblttng-ctl0 \
liblttng-ctl-dev \
+ liblzma-dev \
+ libncurses5-dev \
libncurses-dev \
+ libncursesw5-dev \
libonig-dev \
libpng-dev \
libpq-dev \
@@ -46,17 +50,22 @@ apt-get install -y --no-install-recommends \
libxslt-dev \
libyaml-dev \
libzip-dev \
+ llvm \
locate \
+ make \
openssl \
php \
pkg-config \
+ python-openssl \
re2c \
rebar \
rustc \
software-properties-common \
+ tk-dev \
unixodbc-dev \
unzip \
wget \
+ xz-utils \
zlib1g \
zlib1g-dev