Mercurial > hg > easyhg
view deploy/linux/docker/Dockerfile_test_appimage.in @ 704:bec2618313d8
Not configure
author | Chris Cannam |
---|---|
date | Wed, 12 Dec 2018 10:31:13 +0000 |
parents | 0720152d1914 |
children | 6fb20633da00 |
line wrap: on
line source
FROM centos:7 RUN yum update RUN yum -y groupinstall "X Window System" RUN yum -y install wget ADD output/EasyMercurial-[[REVISION]]-x86_64.AppImage EasyMercurial.AppImage RUN chmod +x EasyMercurial.AppImage RUN ./EasyMercurial.AppImage --appimage-extract RUN ./squashfs-root/AppRun --version