Chris@701: FROM centos:7 Chris@716: Chris@716: # Ensure that everything subsequent is re-run when a new revision is Chris@716: # being built (rather than being cached) - so as to avoid potential Chris@716: # mismatches between results of yum update and the package dependency Chris@716: # installation itself Chris@716: RUN echo [[REVISION]] Chris@716: Chris@717: RUN yum -y update Chris@701: RUN yum -y groupinstall "X Window System" Chris@701: RUN yum -y install wget Chris@701: ADD output/EasyMercurial-[[REVISION]]-x86_64.AppImage EasyMercurial.AppImage Chris@701: RUN chmod +x EasyMercurial.AppImage Chris@701: RUN ./EasyMercurial.AppImage --appimage-extract Chris@701: RUN ./squashfs-root/AppRun --version