From dce7e868adfa92957aa8aa5557146ed229a69889 Mon Sep 17 00:00:00 2001 From: Nikhil Parasaram Date: Wed, 14 Oct 2020 00:18:49 +0530 Subject: [PATCH] Install leveldb separately (#1436) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index eb1c32b8..4711653e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN apt-get update \ locales \ python-pip-whl=9.0.1-2 \ python3-pip=9.0.1-2 \ + libleveldb-dev \ python3-setuptools \ software-properties-common \ && add-apt-repository -y ppa:ethereum/ethereum \