diff --git a/Dockerfile b/Dockerfile index 1e62e1d..ace3979 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:2.7 +FROM python:2.7-jessie # Install xmlsec1 RUN echo 'deb http://mirror.isoc.org.il/pub/ubuntu/ trusty main universe' >> /etc/apt/sources.list && \