diff options
-rw-r--r-- | catlfish-dev/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catlfish-dev/Dockerfile b/catlfish-dev/Dockerfile index 7d9efb1..c395a36 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 nettle-dev libbsd-dev librhash-dev libpython2.7-dev # For merge and tests. -RUN apt-get -y -q install git python-ecdsa python-yaml python-pyasn1 unzip +RUN apt-get -y -q install git python-ecdsa python-yaml python-pyasn1 unzip nettle-dev libbsd-dev librhash-dev # Build all dependencies. |