1
1
FROM ubuntu:20.04
2
2
MAINTAINER chenjh
"[email protected] "
3
3
ADD server/target/kkFileView-*.tar.gz /opt/
4
- COPY fonts/* /usr/share/fonts/chienes /
4
+ COPY fonts/* /usr/share/fonts/chinese /
5
5
RUN echo "deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse\n deb-src http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse\n deb http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse\n deb-src http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse\n deb http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse\n deb-src http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse\n deb http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse\n deb-src http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse\n deb http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse\n deb-src http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse" > /etc/apt/sources.list &&\
6
6
apt-get clean && apt-get update &&\
7
7
apt-get install -y locales && apt-get install -y language-pack-zh-hans &&\
@@ -17,18 +17,18 @@ RUN echo "deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe m
17
17
tar -zxf /tmp/server-jre-8u251-linux-x64.tar.gz && mv /tmp/jdk1.8.0_251 /usr/local/ &&\
18
18
19
19
# 安装 OpenOffice
20
- wget https://kkfileview.keking.cn/Apache_OpenOffice_4.1.6_Linux_x86-64_install-deb_zh-CN.tar.gz -cO openoffice_deb.tar.gz &&\
21
- tar -zxf /tmp/openoffice_deb.tar.gz && cd /tmp/zh-CN/DEBS &&\
22
- dpkg -i *.deb && dpkg -i desktop-integration/openoffice4.1-debian-menus_4.1.6-9790_all.deb &&\
20
+ # wget https://kkfileview.keking.cn/Apache_OpenOffice_4.1.6_Linux_x86-64_install-deb_zh-CN.tar.gz -cO openoffice_deb.tar.gz &&\
21
+ # tar -zxf /tmp/openoffice_deb.tar.gz && cd /tmp/zh-CN/DEBS &&\
22
+ # dpkg -i *.deb && dpkg -i desktop-integration/openoffice4.1-debian-menus_4.1.6-9790_all.deb &&\
23
23
24
24
# 安装 libreoffice
25
- # apt-get install -y libxinerama1 libcairo2 libcups2 libx11-xcb1 &&\
26
- # wget https://mirrors.cloud.tencent.com/libreoffice/libreoffice/stable/7.1.3/deb/x86_64/ LibreOffice_7.1.3_Linux_x86 -64_deb.tar.gz -cO libreoffice_deb.tar.gz &&\
27
- # tar -zxf /tmp/libreoffice_deb.tar.gz && cd /tmp/LibreOffice_7.1.3 .2_Linux_x86-64_deb/DEBS &&\
28
- # dpkg -i *.deb &&\
25
+ apt-get install -y libxinerama1 libcairo2 libcups2 libx11-xcb1 &&\
26
+ wget https://kkfileview.keking.cn/ LibreOffice_7.1.4_Linux_x86 -64_deb.tar.gz -cO libreoffice_deb.tar.gz &&\
27
+ tar -zxf /tmp/libreoffice_deb.tar.gz && cd /tmp/LibreOffice_7.1.4 .2_Linux_x86-64_deb/DEBS &&\
28
+ dpkg -i *.deb &&\
29
29
30
30
rm -rf /tmp/* && rm -rf /var/lib/apt/lists/* &&\
31
- cd /usr/share/fonts/chienes &&\
31
+ cd /usr/share/fonts/chinese &&\
32
32
mkfontscale &&\
33
33
mkfontdir &&\
34
34
fc-cache -fv
@@ -37,5 +37,5 @@ ENV CLASSPATH $JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
37
37
ENV PATH $PATH:$JAVA_HOME/bin
38
38
ENV LANG zh_CN.UTF-8
39
39
ENV LC_ALL zh_CN.UTF-8
40
- ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-3.6 .0/bin
41
- ENTRYPOINT ["java" ,"-Dfile.encoding=UTF-8" ,"-Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider" , "- Dspring.config.location=/opt/kkFileView-3.6 .0/config/application.properties" ,"-jar" ,"/opt/kkFileView-3.6 .0/bin/kkFileView-3.6 .0.jar" ]
40
+ ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-4.0 .0/bin
41
+ ENTRYPOINT ["java" ,"-Dfile.encoding=UTF-8" ,"-Dspring.config.location=/opt/kkFileView-4.0 .0/config/application.properties" ,"-jar" ,"/opt/kkFileView-4.0 .0/bin/kkFileView-4.0 .0.jar" ]
0 commit comments