From 11ccbd9e1516e5f0e6ae31490bbce09589f87f8c Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Mon, 25 Jan 2021 12:35:07 -0600 Subject: [PATCH] add libevent to apt-get deps --- var/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/install.txt b/var/install.txt index 307404d..d23e6d1 100644 --- a/var/install.txt +++ b/var/install.txt @@ -20,7 +20,7 @@ apt-get update apt-get install -y \ nano wget build-essential pkg-config libxml2-dev \ libsqlite3-dev mono-complete curl cmake libpython2.7-dev \ - ruby libtinfo-dev unzip git openssl libssl-dev sbcl + ruby libtinfo-dev unzip git openssl libssl-dev sbcl libevent-dev # install python2 # final binary: /opt/python2/Python-2.7.17/python