view deploy/linux/docker/Dockerfile_test_appimage.in @ 708:067252b1e732

Support Qt5 older than 5.4
author Chris Cannam
date Wed, 12 Dec 2018 11:19:42 +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