changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / Containerfile.ubuntu

changeset 214: 847281f20daf
parent: 31f780e64045
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 29 Apr 2024 00:27:10 +0000
permissions: -rw-r--r--
description: easy-rsa
1 FROM ubuntu:latest
2 RUN apt-get update
3 RUN apt -y install git ssh python3-pip
4 RUN pip install mercurial --upgrade