Mercurial > hg
view contrib/docker/debian-jessie @ 32183:41d79475d440
check-code: exclude demandimport.py and policy.py from Python 3 checks
These modules can't depend on pycompat.py, which means we have to write Py3
hacks in them.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Wed, 26 Apr 2017 21:51:19 +0900 |
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