Mercurial > hg
view contrib/docker/ubuntu.template @ 37397:46d9f998c3ed
bookmarks: use isrevsymbol() for detecting collision with existing symbol
Differential Revision: https://phab.mercurial-scm.org/D3167
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 06 Apr 2018 11:28:26 -0700 |
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