Mercurial > hg
view contrib/docker/debian-jessie @ 25045:8a425c2eef5d
run-tests: use difflib.diff_bytes on Python 3
This method was introduced in Python 3.5 to satisfy our
diffing-strings-of-bytes needs.
author | Augie Fackler <augie@google.com> |
---|---|
date | Tue, 21 Apr 2015 12:24:34 -0400 |
parents | 4c4d0012db4f |
children | e02bae37af30 |
line wrap: on
line source
FROM debian:jessie RUN apt-get update && apt-get install -y \ build-essential \ debhelper \ dh-python \ devscripts \ python \ python-all-dev \ python-docutils \ zip \ unzip