Mercurial > hg
view contrib/docker/ubuntu.template @ 37925:b8c2004a8d2b
tests: port test-ui-color.py to Python 3
As in some other tests, I like confirming that we're dealing with
bytes here, so the b prefix is now in the expected output on both 2
and 3.
Differential Revision: https://phab.mercurial-scm.org/D3512
author | Augie Fackler <augie@google.com> |
---|---|
date | Fri, 27 Apr 2018 11:59:21 -0400 |
parents | 1baa077214ae |
children |
line wrap: on
line source
FROM ubuntu:__CODENAME__ RUN apt-get update && apt-get install -y \ build-essential \ debhelper \ devscripts \ dh-python \ less \ python \ python-all-dev \ python-docutils \ unzip \ zip