Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
slm-fileview
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
梁杰芳
slm-fileview
Commits
c466d039
Commit
c466d039
authored
Aug 17, 2020
by
隔壁邻居王师傅
Committed by
Gitee
Aug 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复部分乱码问题
由于复制winodws字库会导致run异常,可以直接安装相关中文字库来解决
parent
8b33a233
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Dockerfile
Dockerfile
+4
-1
No files found.
Dockerfile
View file @
c466d039
...
@@ -9,7 +9,10 @@ RUN echo "deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe m
...
@@ -9,7 +9,10 @@ RUN echo "deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe m
apt-get
install
-y
tzdata
&&
ln
-sf
/usr/share/zoneinfo/Asia/Shanghai /etc/localtime
&&
\
apt-get
install
-y
tzdata
&&
ln
-sf
/usr/share/zoneinfo/Asia/Shanghai /etc/localtime
&&
\
apt-get
install
-y
libxrender1
&&
apt-get
install
-y
libxt6
&&
apt-get
install
-y
libxext-dev
&&
apt-get
install
-y
libfreetype6-dev
&&
\
apt-get
install
-y
libxrender1
&&
apt-get
install
-y
libxt6
&&
apt-get
install
-y
libxext-dev
&&
apt-get
install
-y
libfreetype6-dev
&&
\
apt-get
install
-y
wget
&&
apt-get
install
-y
ttf-mscorefonts-installer
&&
apt-get
install
-y
fontconfig
&&
\
apt-get
install
-y
wget
&&
apt-get
install
-y
ttf-mscorefonts-installer
&&
apt-get
install
-y
fontconfig
&&
\
cd
/tmp
&&
\
apt-get
install
ttf-wqy-microhei
&&
\
apt-get
install
ttf-wqy-zenhei
&&
\
apt-get
install
xfonts-wqy
&&
\
cd
/tmp
&&
\
wget https://kkfileview.keking.cn/server-jre-8u251-linux-x64.tar.gz
&&
\
wget https://kkfileview.keking.cn/server-jre-8u251-linux-x64.tar.gz
&&
\
wget https://kkfileview.keking.cn/Apache_OpenOffice_4.1.6_Linux_x86-64_install-deb_zh-CN.tar.gz
-cO
openoffice_deb.tar.gz
&&
\
wget https://kkfileview.keking.cn/Apache_OpenOffice_4.1.6_Linux_x86-64_install-deb_zh-CN.tar.gz
-cO
openoffice_deb.tar.gz
&&
\
tar
-zxf
/tmp/server-jre-8u251-linux-x64.tar.gz
&&
mv
/tmp/jdk1.8.0_251 /usr/local/
&&
\
tar
-zxf
/tmp/server-jre-8u251-linux-x64.tar.gz
&&
mv
/tmp/jdk1.8.0_251 /usr/local/
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment