Mercurial > hg > easyhg
view deploy/linux/docker/Dockerfile_test_deb.in @ 706:345c12e02e3e
Further Linux build bits
author | Chris Cannam |
---|---|
date | Wed, 12 Dec 2018 11:12:23 +0000 |
parents | |
children | 825d63ed6ca0 |
line wrap: on
line source
FROM ubuntu:18.04 RUN apt-get update ADD output/EasyMercurial_[[RELEASE]]_amd64.deb EasyMercurial_[[RELEASE]]_amd64.deb RUN apt install -y ./EasyMercurial_[[RELEASE]]_amd64.deb RUN /usr/bin/EasyMercurial --version