diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index bded4a4..581f135 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -103,7 +103,8 @@ ADD ./env /env.bash RUN source /env.bash # Install AppImage Builder -RUN curl -sO appimage-builder.AppImage https://github.com/AppImageCrafters/appimage-builder/releases/${APPIMAGE_BUILDER_VER}/appimage-builder-${APPIMAGE_BUILDER_VER}-x86_64.AppImage +RUN curl -sO appimage-builder.AppImage https://github.com/AppImageCrafters/appimage-builder/releases/download/v${APPIMAGE_BUILDER_VER}/appimage-builder-${APPIMAGE_BUILDER_VER}-x86_64.AppImage + RUN chmod +x appimage-builder.AppImage RUN mv appimage-builder-${APPIMAGE_BUILDER_VER}-x86_64.AppImage /bin/appimage-builder