feat: backend install libreoffice

This commit is contained in:
GuoQing Zhang
2025-05-26 15:14:51 +08:00
parent b63ee49388
commit e29b979e4f
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ RUN echo \
# Install lib
RUN apt-get update && apt-get install gcc g++ curl build-essential postgresql-server-dev-all wget -y
RUN apt-get update && apt-get install gcc g++ curl build-essential postgresql-server-dev-all wget libreoffice -y
RUN apt-get update && apt-get install procps -y
# Install pandoc
+2
View File
@@ -48,6 +48,8 @@ env:
show_github_and_help: true
# 是否开启注册
enable_registration: true
# 前端上传文件的最大限制,单位MB
uploaded_files_maximum_size: 50
workflow:
# 节点运行最大步数