diff options
| author | Magnus Ahltorp <map@kth.se> | 2016-03-02 17:22:36 +0100 | 
|---|---|---|
| committer | Magnus Ahltorp <map@kth.se> | 2016-03-02 17:22:36 +0100 | 
| commit | 4735f280c8ccb3dc4c2e48f5cd6432d8b8e8c51d (patch) | |
| tree | b19f35321764cef6a86f8027430632dacb57c3cf | |
| parent | b6a38bf18a06034fde592e0387efdd1c1205081d (diff) | |
Add packages necessary for new permdb implementation
| -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 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. | 
