From 7eb8cc2077fbd2142ef6c9c6035a38a9880223d1 Mon Sep 17 00:00:00 2001 From: bjdgy Date: Tue, 30 Jan 2024 21:03:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile | 2 +- release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 63d1b62..497a362 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -43,7 +43,7 @@ COPY ./home /app/home #TODO 本地打包时使用镜像 #RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories -RUN apk add --no-cache bash iptables iproute2\ +RUN apk add --no-cache bash iptables iproute2 tzdata \ && chmod +x /app/docker_entrypoint.sh \ && mkdir /app/log \ && ls /app diff --git a/release.sh b/release.sh index b8276b3..6d6791b 100644 --- a/release.sh +++ b/release.sh @@ -42,7 +42,7 @@ echo "copy二进制文件" archive linux amd64 #archive linux arm64 -ls -lh artifact +ls -lh artifact-dist #注意使用root权限运行 #cd anylink-deploy