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