From 8b63f1b6fb7d212456e01d8a7a0821cdc51016a6 Mon Sep 17 00:00:00 2001 From: Marco Slaviero Date: Wed, 25 Jan 2017 11:13:27 +0200 Subject: [PATCH] Updated six version and included pyOpenSSL. --- canarytokens/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/canarytokens/Dockerfile b/canarytokens/Dockerfile index 7d1d6e5..bc94ee3 100644 --- a/canarytokens/Dockerfile +++ b/canarytokens/Dockerfile @@ -1,10 +1,11 @@ FROM ubuntu:16.04 MAINTAINER Marco Slaviero LABEL Description="This image is provides the frontend site for Canarytokens" Vendor="Thinkst Applied Research" Version="1.1" -RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates wget python-pip unzip osslsigncode gcc python-dev libreadline-dev libncurses5-dev libffi-dev gcc patch make libxslt-dev libxml2-dev libz-dev fortune-mod fortunes && rm -rf /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates wget python-pip unzip osslsigncode gcc python-dev libreadline-dev libncurses5-dev libffi-dev gcc patch make libxslt-dev libxml2-dev libz-dev fortune-mod fortunes libssl-dev && rm -rf /var/lib/apt/lists/* WORKDIR / RUN pip install -U setuptools RUN pip install --upgrade pip +RUN pip install --no-cache-dir pyOpenSSL==16.2.0 RUN pip install --no-cache-dir Jinja2==2.9.4 RUN pip install --no-cache-dir MarkupSafe==0.23 RUN pip install --no-cache-dir Twisted==15.2.1 @@ -18,7 +19,7 @@ RUN pip install --no-cache-dir pytz==2015.4 RUN pip install --no-cache-dir redis==2.10.3 RUN pip install --no-cache-dir requests==2.7.0 RUN pip install --no-cache-dir simplejson==3.7.3 -RUN pip install --no-cache-dir six==1.9.0 +RUN pip install --no-cache-dir six==1.10.0 RUN pip install --no-cache-dir twilio==4.4.0 RUN pip install --no-cache-dir twill==1.8.0 RUN pip install --no-cache-dir wsgiref==0.1.2