kkFileView icon indicating copy to clipboard operation
kkFileView copied to clipboard

Java版本

Open Haxcore opened this issue 2 months ago • 2 comments

代码里面是Java21为什么Dockerfile里面是jdk8?导致镜像运行不起来

Image Image

Haxcore avatar Oct 31 '25 05:10 Haxcore

我也遇到同样的问题了,把openjdk-8-jre改成高版本的然后重新build一下就行了

leolird avatar Nov 05 '25 07:11 leolird

仓库里面的基础镜像文件没有更新。需要自己构建的话,参考https://github.com/iwangbowen/kkFileView/tree/newer_libreoffice 我的项目,使用了java 21,还修复了带批注的word预览的问题,可以查看我的提交记录。

也可以直接使用我构建的镜像 docker pull wangbowen/kkfileview:4.4.2

iwangbowen avatar Nov 07 '25 09:11 iwangbowen