Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-oss
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-oss
Commits
774ccada
Commit
774ccada
authored
Oct 13, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
e763b6a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
yd-oss-api/Dockerfile
+10
-6
No files found.
yd-oss-api/Dockerfile
View file @
774ccada
...
...
@@ -7,15 +7,19 @@ LABEL maintainer="zxm<2060197959@qq.com>"
# 创建目录
RUN
mkdir
-p
/home/app
# 安装 LibreOffice
RUN
apt-get update
&&
\
apt-get install
-y
libreoffice
&&
\
apt-get install
-y
libreoffice-writer
&&
\
apt-get install
-y
fonts-liberation fonts-dejavu
&&
\
# 使用阿里云镜像源并安装 LibreOffice
RUN
sed
-i
's/deb.debian.org/mirrors.aliyun.com/g'
/etc/apt/sources.list
&&
\
sed
-i
's/security.debian.org/mirrors.aliyun.com/g'
/etc/apt/sources.list
&&
\
apt-get update
&&
\
apt-get install
-y
--no-install-recommends
\
libreoffice
\
libreoffice-writer
\
fonts-liberation
\
fonts-dejavu
&&
\
apt-get clean
&&
\
rm
-rf
/var/lib/apt/lists/
*
# 拷贝项目jar
- 使用可执行的 fat JAR
# 拷贝项目jar
COPY
target/yd-oss-api-1.0-SNAPSHOT-exec.jar /home/app/yd-oss-api.jar
# 执行命令启动jar
...
...
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