From 12f197b623c9c1f7819cc534611b6b962d5666a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=B2=BE=E5=8D=8E?= <842761733@qq.com> Date: Thu, 21 Nov 2019 15:22:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC=EF=BC=9A?= =?UTF-8?q?=E4=BD=BF=E7=94=A8kkFileView=E7=AB=99=E7=82=B9=E4=B8=8B?= =?UTF-8?q?=E8=BD=BDOpenOffice=E5=AE=89=E8=A3=85=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E5=8A=A0=E9=80=9F=E5=9B=BD=E5=86=85=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=9E=84=E5=BB=BADocker=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c1e8528..26a50eca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN yum install -y kde-l10n-Chinese &&\ yum install -y libXext.x86_64 &&\ yum groupinstall -y "X Window System" &&\ cd /tmp &&\ - wget https://iweb.dl.sourceforge.net/project/openofficeorg.mirror/4.1.6/binaries/zh-CN/Apache_OpenOffice_4.1.6_Linux_x86-64_install-rpm_zh-CN.tar.gz -cO openoffice_rpm.tar.gz &&\ + wget http://kkfileview.keking.cn/Apache_OpenOffice_4.1.6_Linux_x86-64_install-rpm_zh-CN.tar.gz -cO openoffice_rpm.tar.gz &&\ tar zxf /tmp/openoffice_rpm.tar.gz &&\ cd /tmp/zh-CN/RPMS &&\ rpm -Uvih *.rpm &&\