changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / Containerfile.ubuntu

changeset 220: 2039e29599cd
parent: 31f780e64045
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 03 May 2024 00:36:49 +0000
permissions: -rw-r--r--
description: carg-edit
1 FROM ubuntu:latest
2 RUN apt-get update
3 RUN apt -y install git ssh python3-pip
4 RUN pip install mercurial --upgrade