Mercurial > hg > sonic-visualiser
annotate deploy/linux/docker/Dockerfile_test_appimage.in @ 2144:3a4202cae7fe
Updates to try to resolve bitbucket access problem from old Ubuntu 14.04 image - switching to using a dedicated build ssh key (locally stored, not in the repo!) copied in on demand
author | Chris Cannam |
---|---|
date | Tue, 04 Dec 2018 10:57:36 +0000 |
parents | c1745df7e211 |
children | 3f3ad6701482 |
rev | line source |
---|---|
Chris@1924 | 1 FROM centos:7 |
Chris@1924 | 2 RUN yum update |
Chris@1924 | 3 RUN yum -y groupinstall "X Window System" |
Chris@1924 | 4 RUN yum -y install wget |
Chris@1924 | 5 ADD output/SonicVisualiser-[[REVISION]]-x86_64.AppImage SV.AppImage |
Chris@1924 | 6 RUN chmod +x SV.AppImage |
Chris@1924 | 7 RUN ./SV.AppImage --appimage-extract |
Chris@2056 | 8 RUN ./squashfs-root/AppRun --version |