view deploy/linux/docker/Dockerfile_test_appimage.in @ 713:2b51235b3cb8

Some diagnostics for package dependencies
author Chris Cannam
date Wed, 12 Dec 2018 12:04:01 +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