From 660e3995d4dac283ee63862281e8e375434c578c Mon Sep 17 00:00:00 2001 From: TGP17 <86961834+TGP17@users.noreply.github.com> Date: Thu, 18 May 2023 17:21:56 -0400 Subject: [PATCH] Add checkrt plugin (#49) --- linux-appimage/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-appimage/Dockerfile b/linux-appimage/Dockerfile index c30500f..49c6d7f 100644 --- a/linux-appimage/Dockerfile +++ b/linux-appimage/Dockerfile @@ -69,5 +69,7 @@ RUN apt-get install -y \ # 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-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-plugin-qt-x86_64.AppImage +RUN chmod a+x linuxdeploy-plugin-checkrt-x86_64.sh