comparison deploy/linux/docker/Dockerfile_appimage.in @ 378:a296bbde0861

Strive to include dynamic (because faster startup) and static (AppImage) builds
author Chris Cannam
date Fri, 05 Jun 2020 13:38:22 +0100
parents 0263e55b68bb
children
comparison
equal deleted inserted replaced
377:f7b1e81991e4 378:a296bbde0861
71 ENV PATH /opt/qt510/bin:$PATH 71 ENV PATH /opt/qt510/bin:$PATH
72 RUN ./configure 72 RUN ./configure
73 RUN make -j3 73 RUN make -j3
74 74
75 RUN deploy/linux/deploy-appimage.sh 75 RUN deploy/linux/deploy-appimage.sh
76 RUN tar cvf output-appimage.tar *.AppImage && cp output-appimage.tar .. 76 RUN tar cvf output-appimage.tar sonic-annotator *.AppImage && cp output-appimage.tar ..