summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2016-07-16 18:32:51 +0200
committerLinus Nordberg <linus@nordu.net>2016-07-16 18:32:51 +0200
commit446a52e5f766578b1d9c46cd1f818900d4c50204 (patch)
tree1129b74019347c4d821167d11e67c452e1c83b12
parent2de6ba883fd287d0a258495500acc5b1174040c1 (diff)
Need libnettle, libbsd and librhash for permdb.
-rw-r--r--catlfish-dev/Dockerfile4
1 files changed, 2 insertions, 2 deletions
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