summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--catlfish-dev/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/catlfish-dev/Dockerfile b/catlfish-dev/Dockerfile
index 14dc306..fbbf695 100644
--- a/catlfish-dev/Dockerfile
+++ b/catlfish-dev/Dockerfile
@@ -29,7 +29,7 @@ RUN echo 'debconf debconf/frontend select noninteractive' | debconf-set-selectio
RUN apt-get -y -q install gcc git make curl g++ libssl-dev
# For merge.
-RUN apt-get -y -q install git python-ecdsa python-yaml
+RUN apt-get -y -q install git python-ecdsa python-yaml nettle-dev libbsd-dev librhash-dev
# Build all dependencies.