diff --git a/Dockerfile b/Dockerfile index 408aa69..43e0ab9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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