mirror of
https://github.com/dataelement/bisheng.git
synced 2026-09-21 12:43:36 +08:00
feat: backend install libreoffice
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -48,6 +48,8 @@ env:
|
||||
show_github_and_help: true
|
||||
# 是否开启注册
|
||||
enable_registration: true
|
||||
# 前端上传文件的最大限制,单位MB
|
||||
uploaded_files_maximum_size: 50
|
||||
|
||||
workflow:
|
||||
# 节点运行最大步数
|
||||
|
||||
Reference in New Issue
Block a user