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