From 7f9e1738e484756b441efb25a5d8f57fa4014c9a Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 5 Dec 2016 01:46:48 +0100 Subject: Add two dependencies. --- catlfish-dev/Dockerfile | 4 ++-- 1 file 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. -- cgit v1.1