##// END OF EJS Templates
amend: rectify comment...
amend: rectify comment Comment was ambiguous as there can be two parents of a changeset in mercurial. This commit fixes the comment to clarify that the first parent is being considered. Test Plan: ran the test suite Differential Revision: https://phab.mercurial-scm.org/D595

File last commit:

r33023:e02bae37 stable
r34058:7e9ccb16 default
Show More
ubuntu.template
12 lines | 206 B | text/plain | TextLexer
FROM ubuntu:__CODENAME__
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
dh-python \
devscripts \
less \
python \
python-all-dev \
python-docutils \
zip \
unzip