jinnrry 2 年之前
父節點
當前提交
5965124cb8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      DockerfileGithubAction

+ 1 - 1
DockerfileGithubAction

@@ -4,7 +4,7 @@ WORKDIR /work
 
 COPY server .
 
-RUN apk update && apk add git
+RUN apt-get update && apt-get install -y git
 RUN go build -ldflags "-X 'main.goVersion=$(go version)' -X 'main.gitHash=$(git show -s --format=%H)' -X 'main.buildTime=$(TZ=UTC-8 date +%Y-%m-%d" "%H:%M:%S)'" -o pmail main.go