Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Install ca certs in mitmproxy image so that morph.io cert can be veri…
…fied
  • Loading branch information
mlandauer committed Aug 3, 2016
1 parent f929e72 commit 98dcfe7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker_images/morph-mitmdump/Dockerfile
Expand Up @@ -12,7 +12,10 @@ RUN apt-get install -y \
libxslt1-dev \
libjpeg62-turbo-dev \
python-dev \
python-pip
python-pip \
# Need to install ca-certificates otherwise won't verify ssl certificate
# of morph.io which is necessary for the connection log callback
ca-certificates

RUN pip install --upgrade cffi
RUN pip install --upgrade cryptography
Expand Down

0 comments on commit 98dcfe7

Please sign in to comment.