Merge pull request 'docker配置修改' (#6) from zhouzexin_branch into master

This commit is contained in:
zzx-coder 2026-05-12 22:35:26 +08:00
commit b938837b2c
1 changed files with 4 additions and 3 deletions

View File

@ -2,12 +2,13 @@ FROM crpi-1x701qgqjia2gdeu.cn-chengdu.personal.cr.aliyuncs.com/gitlink-help-cent
LABEL maintainer="yuankaifneg <2894340009@qq.com>"
# 安装必要的系统依赖
RUN apk add --no-cache \
RUN yum install -y \
git \
python3 \
make \
g++ \
bash
gcc-c++ \
bash && \
yum clean all
# 设置工作目录
WORKDIR /app