Mercurial > hg > sonic-visualiser
annotate deploy/linux/docker/Dockerfile_test_appimage.in @ 1997:2f14745d8e7b import-audio-data
When importing audio from data files with normalisation, normalise on write instead of when re-reading (so that the session does the right thing when reloaded)
author | Chris Cannam |
---|---|
date | Wed, 12 Sep 2018 13:58:33 +0100 |
parents | 6ec18c2566e7 |
children | c1745df7e211 |
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@1924 | 8 RUN ./squashfs-root/AppRun |