TGP17
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
linux-appimage/Dockerfile
|
|
@ -69,5 +69,7 @@ RUN apt-get install -y \ |
|
|
# Download tools for building AppImages |
|
|
# Download tools for building AppImages |
|
|
RUN wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage |
|
|
RUN wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage |
|
|
RUN wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage |
|
|
RUN wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage |
|
|
|
|
|
RUN wget https://github.com/linuxdeploy/linuxdeploy-plugin-checkrt/releases/download/continuous/linuxdeploy-plugin-checkrt-x86_64.sh |
|
|
RUN chmod a+x linuxdeploy-x86_64.AppImage |
|
|
RUN chmod a+x linuxdeploy-x86_64.AppImage |
|
|
RUN chmod a+x linuxdeploy-plugin-qt-x86_64.AppImage |
|
|
RUN chmod a+x linuxdeploy-plugin-qt-x86_64.AppImage |
|
|
|
|
|
RUN chmod a+x linuxdeploy-plugin-checkrt-x86_64.sh |