Merge pull request #10 from jonwhittlestone/working-python2-docker-build

Python 2 base image modification to prevent docker build from failing
master
Joël Franusic 5 years ago committed by GitHub
commit dccbc8d689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 && \

Loading…
Cancel
Save