diff --git a/Dockerfile b/Dockerfile index c5b57e4..c5b4981 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY shell/* /app/ #为命令建立软链接 RUN ln -s /app/* /usr/local/bin/ && chmod +x /app/* #使用阿里云镜像源安装git和openssh -RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && apk update && apk add git openssh +RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && apk update && apk add git openssh curl #拷贝应用代码 WORKDIR /app #git web钩子服务端