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