Mercurial > hg > easyhg
view deploy/linux/docker/Dockerfile_test_appimage.in @ 707:3c2bdbd35ba7
chmod +x
author | Chris Cannam |
---|---|
date | Wed, 12 Dec 2018 11:12:40 +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