Mercurial > hg > easyhg
comparison deploy/linux/docker/Dockerfile_appimage.in @ 705:b93d662a12df
Load up appimage builder
author | Chris Cannam |
---|---|
date | Wed, 12 Dec 2018 10:36:06 +0000 |
parents | bec2618313d8 |
children | 6fb20633da00 |
comparison
equal
deleted
inserted
replaced
704:bec2618313d8 | 705:b93d662a12df |
---|---|
34 | 34 |
35 WORKDIR / | 35 WORKDIR / |
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 COPY appimagetool-x86_64.AppImage appimagetool-x86_64.AppImage | |
40 RUN chmod +x appimagetool-x86_64.AppImage | |
39 ENV QTDIR /opt/qt510 | 41 ENV QTDIR /opt/qt510 |
40 ENV PATH /opt/qt510/bin:$PATH | 42 ENV PATH /opt/qt510/bin:$PATH |
41 RUN qmake -r | 43 RUN qmake -r |
42 RUN make | 44 RUN make |
43 | 45 |