Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
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
Chao Sun
CFFP-HB
Commits
96f30d62
Commit
96f30d62
authored
Aug 04, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
bc6d693e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
11 deletions
+7
-11
Dockerfile
+7
-11
No files found.
Dockerfile
View file @
96f30d62
...
...
@@ -9,29 +9,25 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN
echo
"https://mirrors.aliyun.com/alpine/v3.19/main"
>
/etc/apk/repositories
&&
\
echo
"https://mirrors.aliyun.com/alpine/v3.19/community"
>>
/etc/apk/repositories
# 安装基本依赖
# 安装基本依赖
(最小化安装)
RUN
apk add
--no-cache
\
curl
\
bash
\
qt5-qtbase
\
qt5-qtsvg
\
qt5-qtwebsockets
\
gtk+3.0
\
libx11
\
libxrandr
\
libxcomposite
\
libxdamage
\
libxext
\
icu
# 设置工作目录
WORKDIR
/app
# 复制项目文件
COPY
. .
# 复制项目文件(最小化)
COPY
package.json package-lock.json ./
COPY
src ./src
COPY
public ./public
# 复制 HBuilderX(从构建上下文
的临时目录
)
COPY
./hbuilder_temp
_*
/opt/HBuilderX /opt/HBuilderX
# 复制 HBuilderX(从构建上下文)
COPY
./hbuilder_temp/opt/HBuilderX /opt/HBuilderX
# 修复权限
RUN
chmod 755 /opt/HBuilderX/cli
&&
\
...
...
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