annotate deploy/linux/docker/Dockerfile_test_appimage.in @ 711:87d423722656

Further deb packaging fixes, including undoing the last change, which appears to be not permitted
author Chris Cannam
date Wed, 12 Dec 2018 11:44:21 +0000
parents 0720152d1914
children 6fb20633da00
rev   line source
Chris@701 1 FROM centos:7
Chris@701 2 RUN yum update
Chris@701 3 RUN yum -y groupinstall "X Window System"
Chris@701 4 RUN yum -y install wget
Chris@701 5 ADD output/EasyMercurial-[[REVISION]]-x86_64.AppImage EasyMercurial.AppImage
Chris@701 6 RUN chmod +x EasyMercurial.AppImage
Chris@701 7 RUN ./EasyMercurial.AppImage --appimage-extract
Chris@701 8 RUN ./squashfs-root/AppRun --version