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
jenkins
slm-fileview
Commits
e1035510
Commit
e1035510
authored
Aug 31, 2020
by
kailing
Committed by
Gitee
Aug 31, 2020
Browse files
Options
Browse Files
Download
Plain Diff
!16 修复部分乱码问题
Merge pull request !16 from 隔壁邻居王师傅/N/A
parents
8b33a233
c466d039
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 @
e1035510
...
...
@@ -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
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
&&
\
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/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/
&&
\
...
...
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