diff options
| author | Linus Nordberg <linus@nordu.net> | 2016-07-16 18:41:03 +0200 | 
|---|---|---|
| committer | Linus Nordberg <linus@nordu.net> | 2016-07-16 18:41:03 +0200 | 
| commit | ba543ed9ad7f225bce50b70d69add7d3d5fa09f3 (patch) | |
| tree | 8802ef930e8c503fca7628bb41d3a8886f5b35ca | |
| parent | 446a52e5f766578b1d9c46cd1f818900d4c50204 (diff) | |
Need Python.h for permdb.
| -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 3c76424..098408a 100644 --- a/catlfish-dev/Dockerfile +++ b/catlfish-dev/Dockerfile @@ -26,7 +26,7 @@ RUN apt-get update  RUN echo 'debconf debconf/frontend select noninteractive' | debconf-set-selections  # 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 +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 | 
