Mercurial > hg > easyhg
diff 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 |
line wrap: on
line diff
--- a/deploy/linux/docker/Dockerfile_appimage.in Wed Dec 12 10:31:13 2018 +0000 +++ b/deploy/linux/docker/Dockerfile_appimage.in Wed Dec 12 10:36:06 2018 +0000 @@ -36,6 +36,8 @@ RUN hg clone -r[[REVISION]] ssh://hg@bitbucket.org/cannam/easyhg WORKDIR /easyhg +COPY appimagetool-x86_64.AppImage appimagetool-x86_64.AppImage +RUN chmod +x appimagetool-x86_64.AppImage ENV QTDIR /opt/qt510 ENV PATH /opt/qt510/bin:$PATH RUN qmake -r