Mercurial > hg > easyhg
view deploy/linux/docker/Dockerfile_test_deb.in @ 709:a13d89b87c2c
More deb package bits
author | Chris Cannam |
---|---|
date | Wed, 12 Dec 2018 11:29:35 +0000 |
parents | 345c12e02e3e |
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