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