comparison deploy/linux/docker/Dockerfile_appimage.in @ 2116:f69819b5c248

Experimental Docker deb package build
author Chris Cannam
date Wed, 21 Nov 2018 11:25:43 +0000
parents 34cb861994a2
children 3a4202cae7fe
comparison
equal deleted inserted replaced
2115:708ae77f5b78 2116:f69819b5c248
64 ENV PATH /opt/qt510/bin:$PATH 64 ENV PATH /opt/qt510/bin:$PATH
65 RUN ./configure 65 RUN ./configure
66 RUN make -j3 66 RUN make -j3
67 67
68 RUN deploy/linux/deploy-appimage.sh 68 RUN deploy/linux/deploy-appimage.sh
69 RUN tar cvf output.tar *.AppImage && cp output.tar .. 69 RUN tar cvf output-appimage.tar *.AppImage && cp output-appimage.tar ..