浏览代码

构建脚本:使用kkFileView站点下载OpenOffice安装文件,加速国内用户构建Docker镜像

陈精华 5 年之前
父节点
当前提交
12f197b623
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
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 &&\