Mercurial > hg > easyhg
comparison deploy/linux/docker/Dockerfile_test_deb.in @ 712:825d63ed6ca0
Correct package name
author | Chris Cannam |
---|---|
date | Wed, 12 Dec 2018 11:48:17 +0000 |
parents | 345c12e02e3e |
children | 540bda2e71b1 |
comparison
equal
deleted
inserted
replaced
711:87d423722656 | 712:825d63ed6ca0 |
---|---|
1 FROM ubuntu:18.04 | 1 FROM ubuntu:18.04 |
2 RUN apt-get update | 2 RUN apt-get update |
3 ADD output/EasyMercurial_[[RELEASE]]_amd64.deb EasyMercurial_[[RELEASE]]_amd64.deb | 3 ADD output/easymercurial_[[RELEASE]]_amd64.deb easymercurial_[[RELEASE]]_amd64.deb |
4 RUN apt install -y ./EasyMercurial_[[RELEASE]]_amd64.deb | 4 RUN apt install -y ./easymercurial_[[RELEASE]]_amd64.deb |
5 RUN /usr/bin/EasyMercurial --version | 5 RUN /usr/bin/EasyMercurial --version |
6 | 6 |