diff options
| author | Linus Nordberg <linus@nordu.net> | 2017-02-21 09:52:14 +0100 | 
|---|---|---|
| committer | Linus Nordberg <linus@nordu.net> | 2017-02-21 09:52:14 +0100 | 
| commit | f2c51e5f055af25e7a8ecffb701a139d3cf14c8c (patch) | |
| tree | 08e6b758f642417222eb99eb7b1d02dc29d6bd9f | |
| parent | 655e99d3879c5b0f72ed83b3706556a2ec6c0709 (diff) | |
Install python-requests.
merge_fetch.py needs it.
| -rw-r--r-- | catlfish-dev/Dockerfile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/catlfish-dev/Dockerfile b/catlfish-dev/Dockerfile index c395a36..d52c46e 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 and tests. -RUN apt-get -y -q install git python-ecdsa python-yaml python-pyasn1 unzip nettle-dev libbsd-dev librhash-dev +# For merge, tests and tools. +RUN apt-get -y -q install git python-ecdsa python-yaml python-pyasn1 python-requests unzip nettle-dev libbsd-dev librhash-dev  # Build all dependencies. | 
