comparison deploy/linux/docker/Dockerfile_appimage.in @ 704:bec2618313d8

Not configure
author Chris Cannam
date Wed, 12 Dec 2018 10:31:13 +0000
parents bfd6014ee278
children b93d662a12df
comparison
equal deleted inserted replaced
703:bfd6014ee278 704:bec2618313d8
36 RUN hg clone -r[[REVISION]] ssh://hg@bitbucket.org/cannam/easyhg 36 RUN hg clone -r[[REVISION]] ssh://hg@bitbucket.org/cannam/easyhg
37 37
38 WORKDIR /easyhg 38 WORKDIR /easyhg
39 ENV QTDIR /opt/qt510 39 ENV QTDIR /opt/qt510
40 ENV PATH /opt/qt510/bin:$PATH 40 ENV PATH /opt/qt510/bin:$PATH
41 RUN ./configure 41 RUN qmake -r
42 RUN make 42 RUN make
43 43
44 RUN deploy/linux/deploy-appimage.sh 44 RUN deploy/linux/deploy-appimage.sh
45 RUN tar cvf output-appimage.tar *.AppImage && cp output-appimage.tar .. 45 RUN tar cvf output-appimage.tar *.AppImage && cp output-appimage.tar ..