Mercurial > hg > easyhg
comparison 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 |
comparison
equal
deleted
inserted
replaced
705:b93d662a12df | 706:345c12e02e3e |
---|---|
1 FROM ubuntu:18.04 | |
2 RUN apt-get update | |
3 ADD output/EasyMercurial_[[RELEASE]]_amd64.deb EasyMercurial_[[RELEASE]]_amd64.deb | |
4 RUN apt install -y ./EasyMercurial_[[RELEASE]]_amd64.deb | |
5 RUN /usr/bin/EasyMercurial --version | |
6 |