From 446a52e5f766578b1d9c46cd1f818900d4c50204 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sat, 16 Jul 2016 18:32:51 +0200 Subject: Need libnettle, libbsd and librhash for permdb. --- catlfish-dev/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'catlfish-dev') diff --git a/catlfish-dev/Dockerfile b/catlfish-dev/Dockerfile index 14dc306..3c76424 100644 --- a/catlfish-dev/Dockerfile +++ b/catlfish-dev/Dockerfile @@ -25,8 +25,8 @@ FROM erlang RUN apt-get update RUN echo 'debconf debconf/frontend select noninteractive' | debconf-set-selections -# For building. g++ and OpenSSL is for SoftHSMv2. -RUN apt-get -y -q install gcc git make curl g++ libssl-dev +# For building. g++ and OpenSSL are for SoftHSMv2. +RUN apt-get -y -q install gcc git make curl g++ libssl-dev nettle-dev libbsd-dev librhash-dev # For merge. RUN apt-get -y -q install git python-ecdsa python-yaml -- cgit v1.1