summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2016-12-05 01:46:48 +0100
committerLinus Nordberg <linus@nordu.net>2016-12-05 01:46:48 +0100
commit7f9e1738e484756b441efb25a5d8f57fa4014c9a (patch)
treeeaf8ddf8d1e28cdd1a4ad73a5bfa441e019f2552
parent2f6eae1976113563e46cc5a38f1d8b8e2143818c (diff)
Add two dependencies.
-rw-r--r--catlfish-dev/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/catlfish-dev/Dockerfile b/catlfish-dev/Dockerfile
index adec77a..31084bb 100644
--- a/catlfish-dev/Dockerfile
+++ b/catlfish-dev/Dockerfile
@@ -28,8 +28,8 @@ RUN echo 'debconf debconf/frontend select noninteractive' | debconf-set-selectio
# 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 libpython2.7-dev
-# For merge.
-RUN apt-get -y -q install git python-ecdsa python-yaml
+# For merge and tests.
+RUN apt-get -y -q install git python-ecdsa python-yaml python-pyasn1 unzip
# Build all dependencies.